Skip to content

Commit 8774657

Browse files
committed
Changed workflow permissions from 'contents: read' to 'contents: write'
to allow the softprops/action-gh-release action to create releases
1 parent fdc57e1 commit 8774657

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
permissions:
22-
contents: read
23-
id-token: write # Required for NPM provenance
22+
contents: write # Required for creating GitHub releases
23+
id-token: write # Required for NPM provenance
2424

2525
steps:
2626
- name: Checkout code

0 commit comments

Comments
 (0)