Skip to content

Commit

Permalink
Merge pull request #1111 from anatawa12/one-year-blog-post
Browse files Browse the repository at this point in the history
ci: fix missing token for gh command
  • Loading branch information
anatawa12 authored Jun 27, 2024
2 parents 2d822d4 + 4bedd56 commit 7070256
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 7070256

Please sign in to comment.