Skip to content

Commit f94d09d

Browse files
committed
chore: add missing token for VSIX upload step
1 parent 9596a6f commit f94d09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
with:
6767
files: "*.vsix"
6868
tag_name: ${{ github.event.release.tag_name }}
69+
token: ${{ secrets.DD_DEP_UPDATE_TOKEN }}
6970

7071
# Publish to VS Code Marketplace
7172
- name: Publish to VS Code Marketplace

0 commit comments

Comments
 (0)