We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388cdd8 commit b37469dCopy full SHA for b37469d
1 file changed
.github/workflows/main.yml
@@ -43,6 +43,17 @@ jobs:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
45
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
57
name: release
58
needs: [ test, lockfile-lint ]
59
runs-on: 'ubuntu-latest'
0 commit comments