Skip to content

Commit

Permalink
fix: Use PAT in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueLade committed Oct 8, 2024
1 parent 8dd88fa commit b79168d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GIT_TOKEN }}
token: ${{ secrets.GIT_PAT }}
release-type: node

build-and-publish:
Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:

- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
run: gh release upload ${{ needs.release-please.outputs.tag_name }} *.vsix

0 comments on commit b79168d

Please sign in to comment.