Skip to content

Commit

Permalink
ci: fix missing token for gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Jun 27, 2024
1 parent 4ea37bf commit 4bedd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
run: git restore --staged --worktree .docs/config.toml

- name: Upload zip file
env:
GH_TOKEN: ${{ github.token }}
run: |
WEBSITE_NAME="website-${GITHUB_RUN_ID}.zip"
mv build/website.zip "build/$WEBSITE_NAME"
Expand Down

0 comments on commit 4bedd56

Please sign in to comment.