There was an error while loading. Please reload this page.
1 parent 80d2f45 commit 4e958d9Copy full SHA for 4e958d9
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,8 @@ jobs:
46
- name: "Echo SHA-256 sums"
47
run: cat app/build/outputs/apk/release/SHA256SUMS.txt
48
- name: Setup GitHub CLI
49
+ env:
50
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
run: |
52
gh auth setup-git
53
gh config set prompt disabled
0 commit comments