Fix: Corrected definition of GITHUB_TOKEN.
Some checks failed
Test Action / test (push) Failing after 6s
Some checks failed
Test Action / test (push) Failing after 6s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
repo-name: 'gohugoio/hugo'
|
repo-name: 'gohugoio/hugo'
|
||||||
file-name: '~hugo_extended_[^a-z]'
|
file-name: '~hugo_extended_[^a-z]'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user