Skip to content

Commit 4e958d9

Browse files
committed
fix: add missing env to actions
1 parent 80d2f45 commit 4e958d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: "Echo SHA-256 sums"
4747
run: cat app/build/outputs/apk/release/SHA256SUMS.txt
4848
- name: Setup GitHub CLI
49+
env:
50+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4951
run: |
5052
gh auth setup-git
5153
gh config set prompt disabled

0 commit comments

Comments
 (0)