From 3d90bf7588ce1df50fb5b7451904bac7471a45e2 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 20 Apr 2023 21:58:50 +0200 Subject: [PATCH] ci: bypass push permission on protected branches with owner PAT --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61b660d0..7baf69e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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