mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci: bypass push permission on protected branches with owner PAT
This commit is contained in:
parent
62ef1c88fe
commit
3d90bf7588
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}}
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
|
||||
run: npm exec semantic-release
|
||||
|
Loading…
Reference in New Issue
Block a user