Skip to content

Commit 340e86a

Browse files
authored
Merge pull request #694 from badsyntax/openvsx-publish
Expose the openvsx token
2 parents 6546098 + 96be26d commit 340e86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
- name: Publish extension
206206
env:
207207
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
208+
OPENVSX_TOKEN: ${{ secrets.OPENVSX_TOKEN }}
208209
run: |
209210
cd extension
210211
tag=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)