Skip to content

Commit

Permalink
Use bot token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Sep 7, 2021
1 parent 2110545 commit e4f0100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
artifacts: ./out/package.vsix
body: ${{ github.event.pull_request.body }}
tag: v${{ steps.extract_version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_PAT }}

- name: Publish
run: npm run publish
Expand Down

0 comments on commit e4f0100

Please sign in to comment.