Skip to content

Commit 181bf76

Browse files
committed
fix: Simplify token usage in Visual Studio Marketplace publish step
1 parent f2fef90 commit 181bf76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ jobs:
4949
path: '*.vsix'
5050

5151
- name: Publish to Visual Studio Marketplace
52-
run: tfx extension publish --vsix $(ls *.vsix) --token $(AZURE_DEVOPS_PAT)
53-
env:
54-
AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
52+
run: tfx extension publish --vsix $(ls *.vsix) --token ${{ secrets.AZURE_DEVOPS_PAT }}

0 commit comments

Comments
 (0)