fixed workflow file erroring due to not having authentication
Some checks failed
Lint CSS / lint (push) Failing after 1s

This commit is contained in:
SeaswimmerTheFsh 2023-10-27 22:01:13 -04:00
parent 470aedbdfb
commit 009fb1860f
Signed by: Seaswimmer
GPG key ID: 1EBC234EEDA901AE

View file

@ -7,5 +7,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.COASTALCOMMITSTOKEN }}
- name: Lint CSS
uses: actions/stylelinter@master