Skip to content

Commit

Permalink
refactor: Update GitHub Pages deployment workflow to fix token authen…
Browse files Browse the repository at this point in the history
…tication
  • Loading branch information
jyzhao committed Jul 11, 2024
1 parent 58231f7 commit 2abe0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- name: Install & build
run: |
gh auth login --with-token ${{github.token}}
echo "${{secrets.GITHUB_TOKEN}}" | gh auth login --with-token
npm i
npm run deploy

0 comments on commit 2abe0a1

Please sign in to comment.