fix(github): use a PAT for the release workflow

This commit is contained in:
Harsh Shandilya 2022-11-14 17:24:49 +05:30 committed by GitHub
parent fa62d871f8
commit abe8ec77cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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