Skip to content

Commit

Permalink
vscode : use new PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed May 13, 2024
1 parent 9125ca7 commit e65319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
make build-vscode-extension
make publish-vscode-extension
env:
PAT: ${{ secrets.PAT }}
PAT: ${{ secrets.VSCODE_PAT }}
- name: publish vscode extension
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e65319a

Please sign in to comment.