Skip to content

Commit 9826184

Browse files
committed
Use token
1 parent 388bef3 commit 9826184

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy-swit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
9191
9292
- name: "Update release description"
93+
env:
94+
GH_TOKEN: ${{ github.token }}
95+
GH_REPO: ${{ github.repository }}
9396
shell: bash
9497
run: |
9598
checksums=$(sha256sum PowersyncKotlinRelease.zip)

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
111111
112112
- name: "Update release description"
113+
env:
114+
GH_TOKEN: ${{ github.token }}
115+
GH_REPO: ${{ github.repository }}
113116
shell: bash
114117
run: |
115118
checksums=$(sha256sum PowersyncKotlinRelease.zip)

0 commit comments

Comments
 (0)