Skip to content

Commit

Permalink
ci: make release-please use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Feb 16, 2023
1 parent a66db9e commit ca8e5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
release-type: node
package-name: sql-highlight
# The logic below handles the npm publication:
Expand Down

0 comments on commit ca8e5b6

Please sign in to comment.