Skip to content

Commit

Permalink
fix: token
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshora committed Nov 25, 2023
1 parent 17531f0 commit 6a4a100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
# token: ${{ secrets.GITHUB_TOKEN }}
# ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
token: ${{secrets.ACTIONS_DEPLOY_KEY}}
enablement: true

- name: Upload artifact
Expand Down

0 comments on commit 6a4a100

Please sign in to comment.