Skip to content

Commit

Permalink
🐛 忘记填 github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
WOSHIZHAZHA120 committed Aug 3, 2024
1 parent 11b29a0 commit 210c757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
needs: build
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 210c757

Please sign in to comment.