Skip to content

Commit 5d1e29d

Browse files
committed
fix: update token reference for force push in coverage workflow
1 parent 5d86c66 commit 5d1e29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ jobs:
141141
if: ${{ inputs.force_push_protected_branch }} == 'true'
142142
uses: CasperWA/push-protected@v2
143143
with:
144-
token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN }}
144+
token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN_CLASSIC }}
145145
force: true
146146
unprotect_reviews: true

0 commit comments

Comments
 (0)