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.
2 parents 00eb29b + 983f3c0 commit c55182aCopy full SHA for c55182a
.github/workflows/publishVSCode.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: actions/checkout@v3
72
with:
73
ref: ${{ github.event.release.tag_name || inputs.tag }}
74
- token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
+ token: ${{ env.GITHUB_TOKEN }}
75
# Set up node and install dependencies.
76
- uses: actions/setup-node@v3
77
0 commit comments