Fix: Update token usage in test workflow for Hugo download
All checks were successful
Test Action / test (push) Successful in 6s
All checks were successful
Test Action / test (push) Successful in 6s
This commit is contained in:
@@ -18,8 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo-name: 'gohugoio/hugo'
|
repo-name: 'gohugoio/hugo'
|
||||||
file-name: '~hugo_extended_[^a-z]'
|
file-name: '~hugo_extended_[^a-z]'
|
||||||
env:
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user