mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
ci: bypass push permission on protected branches with owner PAT
This commit is contained in:
parent
62ef1c88fe
commit
3d90bf7588
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -64,5 +64,5 @@ jobs:
|
||||||
SIGNED_FILE_PATH: ${{steps.sign_apk.outputs.signedFile}}
|
SIGNED_FILE_PATH: ${{steps.sign_apk.outputs.signedFile}}
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
|
||||||
run: npm exec semantic-release
|
run: npm exec semantic-release
|
||||||
|
|
Loading…
Reference in a new issue