Skip to content

Commit f834bc6

Browse files
committed
fix(ci): ensure GH_TOKEN env var is set
1 parent 8adb486 commit f834bc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188

189189
- if: inputs.release != 'false' && (env.IS_TAG || github.ref_type == 'tag')
190190
id: release
191+
env:
192+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
191193
run: |
192194
# shellcheck disable=SC2086,SC2206
193195
ASSETS=(${INPUT_RELEASE_ASSETS:-})

0 commit comments

Comments
 (0)