Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 4, 2024
1 parent 068dfcd commit e4ff9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
args: |
build -s ../demo -d ../demo/public
working-directory: example
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Show hugo version
run: |
ls -l demo/public
Expand Down

0 comments on commit e4ff9e9

Please sign in to comment.