Skip to content

Commit

Permalink
fix(ts): uses proper GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Apr 12, 2024
1 parent d7d0253 commit 9452e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Publish npm package
if: steps.changes.outputs.ts == 'true'
env:
GITHUB_TOKEN: ${{ secrets.AUTH_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: make release-ts

Expand Down

0 comments on commit 9452e22

Please sign in to comment.