mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
fix(github): use a PAT for the release workflow
This commit is contained in:
parent
fa62d871f8
commit
abe8ec77cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue