Skip to content

Commit

Permalink
fix: force push token
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Nov 4, 2023
1 parent 11c5d5a commit 8613e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
# https://github.com/filecoin-saturn-team token to allow force pushing to protected branches
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.FORCE_PUSH_TOKEN }}

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 8613e45

Please sign in to comment.