Skip to content

Commit

Permalink
ci: assign secrets.GH_PAT for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 10, 2023
1 parent 549c308 commit 86ab745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PAT }}
node-version: '18'

- name: Release
uses: ./.github/actions/release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PAT }}
npm-token: ${{ secrets.NPM_TOKEN }}
last-release: ${{ needs.test.outputs.from }}

0 comments on commit 86ab745

Please sign in to comment.