Skip to content

Commit dff7981

Browse files
committed
Add github token to release asset
1 parent da40e34 commit dff7981

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
)
4949
& az login @azLoginParams
5050
- name: 📥 Get VSIX Release Asset
51+
env:
52+
GH_TOKEN: ${{ github.token }}
5153
run: |
5254
VERSION_TAG="${{ inputs.version || github.ref_name }}"
5355
gh release download "$VERSION_TAG" --pattern "*.vsix" --repo "${{ github.repository }}"

0 commit comments

Comments
 (0)