Skip to content

Commit

Permalink
npm perm config
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrul committed May 3, 2024
1 parent 8bd0e1f commit 10ff27e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 10ff27e

Please sign in to comment.