Skip to content

Commit

Permalink
Release (#13)
Browse files Browse the repository at this point in the history
* ci: updated release workflow permissions (#10)

* Ci/edit release workflow (#12)

* ci: updated release workflow permissions

* ci: updated Github token
  • Loading branch information
trinhthinh388 authored Jan 27, 2024
1 parent e27a03f commit 51b5711
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 @@ -40,7 +40,7 @@ jobs:
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# - name: Send a Telegram notification if a publish happens
Expand Down

0 comments on commit 51b5711

Please sign in to comment.