Skip to content

Commit

Permalink
fix: Use token with correct perms (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafistrauss authored Jul 28, 2023
1 parent abb80a4 commit 7c91914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.DEPLOY_TOKEN }}
publish_dir: ./build
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
release-type: node
package-name: release-please-action
token: ${{ secrets.DEPLOY_TOKEN }}

0 comments on commit 7c91914

Please sign in to comment.