Skip to content

Commit

Permalink
Merge pull request #38 from contentpass/CP-2520-change-github-token-f…
Browse files Browse the repository at this point in the history
…or-releases

chore: change github token for releases
  • Loading branch information
slawomirzaba authored Dec 12, 2024
2 parents 0cacf81 + 8a422ab commit 81aa214
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 @@ -27,5 +27,5 @@ jobs:
- name: Run release
run: npm run release --ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 81aa214

Please sign in to comment.