We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5d140 commit 7d076c3Copy full SHA for 7d076c3
1 file changed
.github/workflows/publish.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
publish:
11
runs-on: ubuntu-latest
12
+ environment: VSC EXT # Specify the environment where the secret is stored
13
14
steps:
15
- name: Checkout code
@@ -32,6 +33,4 @@ jobs:
32
33
run: vsce package
34
35
- name: Publish to Visual Studio Marketplace
- run: vsce publish -p ${{ secrets.VSC_PAT }}
36
- env:
37
- VSCE_PAT: ${{ secrets.VSC_PAT }}
+ run: vsce publish -p "${{ secrets.VSC_PAT }}"
0 commit comments