Skip to content

Commit 10c6078

Browse files
committed
build: revert to use TOKEN
1 parent adca22d commit 10c6078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Release using github cli
2727
run: gh release create ${GITHUB_REF##*/} ./app/build/outputs/apk/release/**.apk
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)