Skip to content

Commit

Permalink
ci: add token for another repo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
holishing committed Aug 27, 2023
1 parent f163987 commit fb0267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PTTCHROME_TOKEN }}
repository-name: '${{ github.repository_owner }}/term.ccns.ncku.edu.tw'
branch: main # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
Expand Down

0 comments on commit fb0267a

Please sign in to comment.