We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d86c66 commit 5d1e29dCopy full SHA for 5d1e29d
1 file changed
.github/workflows/coverage.yaml
@@ -141,6 +141,6 @@ jobs:
141
if: ${{ inputs.force_push_protected_branch }} == 'true'
142
uses: CasperWA/push-protected@v2
143
with:
144
- token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN }}
+ token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN_CLASSIC }}
145
force: true
146
unprotect_reviews: true
0 commit comments