- name: Checkout
uses: actions/checkout@v3
- # with:
- # persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
- # fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Set node version to 16
uses: actions/setup-node@v3
with:
- name: Push changes
if: "github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'"
- # uses: ad-m/github-push-action@master
uses: CasperWA/push-protected@v2
with:
- # github_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN_PROTECTED }}
branch: ${{ github.event.repository.default_branch }}
- unprotect_reviews: true