Fix: Corrected definition of GITHUB_TOKEN.
Some checks failed
Test Action / test (push) Failing after 6s

This commit is contained in:
2026-01-11 00:26:34 +01:00
parent c6cd02f260
commit 8586a00ce6

View File

@@ -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: |