ci: bypass push permission on protected branches with owner PAT

This commit is contained in:
oSumAtrIX 2023-04-20 21:58:50 +02:00 committed by Ushie
parent 62ef1c88fe
commit 3d90bf7588

View File

@ -64,5 +64,5 @@ jobs:
SIGNED_FILE_PATH: ${{steps.sign_apk.outputs.signedFile}}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
run: npm exec semantic-release