Skip to content

Commit

Permalink
feat: write permission to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
ufukbakan committed Jul 26, 2024
1 parent f5f18ca commit b67a8bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compositon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
build-and-test:
needs: analyze
uses: ./.github/workflows/node.js.yml
npm_publish:
publish:
permissions: write-all
needs: build-and-test
uses: ./.github/workflows/publish.yml

0 comments on commit b67a8bb

Please sign in to comment.