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)"