Skip to content

Commit

Permalink
Updated publish.yml to use temporary token
Browse files Browse the repository at this point in the history
  • Loading branch information
srzainab authored Feb 4, 2024
1 parent 70e0f9e commit 8168d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: publish
run: |
yarn global add vsce
vsce publish -p ${{ secrets.VSCE_ACCESS_TOKEN }}
vsce publish -p ${{ secrets.VSCE_ACCESS_TOKEN_TEMPORARY }}

0 comments on commit 8168d4a

Please sign in to comment.