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 8bbbd94 commit 186aa40Copy full SHA for 186aa40
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: yarn lint
21
- run: yarn run-script build-and-publish
22
env:
23
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
VSCE_PAT: ${{ secrets.MARKETPLACE_TOKEN }}
25
GITHUB_RUN_NUMBER: ${{ github.run_number }}
26
- name: Upload Artifacts
0 commit comments