diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f028b5a1d..7173f6208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - name: Pushing to the protected branch 'protected' - uses: CasperWA/push-protected@v2 + uses: zhoushaw/push-protected@v2 with: token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} branch: ${{ github.event.inputs.branch }}