Skip to content

Commit

Permalink
Revert change to branch workflow GITHUB_TOKEN. (#628)
Browse files Browse the repository at this point in the history
The builtin GITHUB_TOKEN does not have permissions to bypass branch-protections.
  • Loading branch information
gigerdo authored Oct 23, 2023
1 parent 74e63ed commit d9ad9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
ref: master
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN_EXTRA }}

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit d9ad9d1

Please sign in to comment.