Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 3, 2023
1 parent 1f03c0d commit cea4b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Please upvote https://github.com/orgs/community/discussions/13836
token: ${{ secrets.GH_PAT }}
- uses: pnpm/action-setup@v2.2.4
- uses: actions/setup-node@v3
Expand All @@ -27,4 +28,5 @@ jobs:
- run: pnpm release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# Please upvote https://github.com/orgs/community/discussions/13836
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit cea4b8e

Please sign in to comment.