Skip to content

Commit 5eae2b2

Browse files
fix(release): permissions key
1 parent abfa007 commit 5eae2b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
release:
1313
name: Release
1414
runs-on: ubuntu-latest
15-
contents: write # to be able to publish a GitHub release
15+
permissions:
16+
contents: write # to be able to publish a GitHub release
1617
issues: write # to be able to comment on released issues
1718
pull-requests: write # to be able to comment on released pull requests
1819
id-token: write # to enable use of OIDC for trusted publishing and npm provenance

0 commit comments

Comments
 (0)