From abe8ec77cc170a47a6cecc9035ea4a120154f17c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 14 Nov 2022 17:24:49 +0530 Subject: [PATCH] fix(github): use a PAT for the release workflow --- .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 8da6901c..84e7c2cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Post-release work shell: bash env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.POST_RELEASE_GH_TOKEN }} run: | # Tag the current version VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"