fixed workflow file erroring due to not having authentication
Some checks failed
Lint CSS / lint (push) Failing after 1s
Some checks failed
Lint CSS / lint (push) Failing after 1s
This commit is contained in:
parent
470aedbdfb
commit
009fb1860f
1 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
- name: Lint CSS
|
- name: Lint CSS
|
||||||
uses: actions/stylelinter@master
|
uses: actions/stylelinter@master
|
||||||
|
|
Loading…
Reference in a new issue