Skip to content

Commit

Permalink
Merge pull request #10 from carpasse/feat/reusable-workflows
Browse files Browse the repository at this point in the history
fix(release workflow): do not pass GITHUB_TOKEN
  • Loading branch information
carpasse authored Feb 10, 2024
2 parents f1026ff + 976c222 commit 4bf2d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/release.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4bf2d4e

Please sign in to comment.