Skip to content

Commit

Permalink
Merge pull request #694 from badsyntax/openvsx-publish
Browse files Browse the repository at this point in the history
Expose the openvsx token
  • Loading branch information
badsyntax authored Sep 13, 2020
2 parents 6546098 + 96be26d commit 340e86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:
- name: Publish extension
env:
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
OPENVSX_TOKEN: ${{ secrets.OPENVSX_TOKEN }}
run: |
cd extension
tag=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit 340e86a

Please sign in to comment.