Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Apr 10, 2024
1 parent e2d549d commit 38f3342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
- name: "Push to protected branch"
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.PAT }} # This requires a special token to be able to trigger checks on new branch creation
# This requires a special token to be able to trigger checks on new branch creation
# admin permissions are required to temporarily disable branch protection for reviews
token: ${{ secrets.PUSH_PROTECTED }}
ref: ${{ github.ref }}
tags: true
unprotect_reviews: true
Expand Down

0 comments on commit 38f3342

Please sign in to comment.