Skip to content

Commit 88d05b7

Browse files
committed
workflow: move to default gh token
1 parent 592d000 commit 88d05b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload release
4141
uses: actions/upload-release-asset@v1
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
upload_url: ${{ steps.create_release.outputs.upload_url }}
4646
asset_path: ./artifacts/liquality-wallet-${{ steps.get_tag_name.outputs.TAG_NAME }}-production.zip

0 commit comments

Comments
 (0)