We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf07615 commit c67fc80Copy full SHA for c67fc80
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
+ - env:
14
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
- run:
0 commit comments