Skip to content

Commit

Permalink
Token to bypass branch restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ognyanstoimenov committed Feb 24, 2025
1 parent ecf1ce8 commit c46e454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create branch ${{ needs.calculate-next-version.outputs.version }} from ${{ needs.get-master-sha.outputs.sha }}
uses: peterjgrainger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAGGING_TOKEN }}
with:
branch: ${{ needs.calculate-next-version.outputs.version }}
sha: ${{ needs.get-master-sha.outputs.sha }}
Expand Down

0 comments on commit c46e454

Please sign in to comment.