Skip to content

Commit b37469d

Browse files
authored
ci: set release permissions to write. Fix semantic-release (#161)
1 parent 388cdd8 commit b37469d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ jobs:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
release:
46+
permissions:
47+
actions: write
48+
checks: write
49+
contents: write
50+
deployments: write
51+
issues: write
52+
packages: write
53+
pull-requests: write
54+
repository-projects: write
55+
security-events: write
56+
statuses: write
4657
name: release
4758
needs: [ test, lockfile-lint ]
4859
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)