Skip to content

Commit

Permalink
Another attempt at fixing permission issues during publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed Jun 14, 2024
1 parent aad973c commit be67870
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ on:
release:
types: [published]

permissions:
contents: write

jobs:
npm-publish:
name: npm-publish
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit be67870

Please sign in to comment.