Skip to content

Commit

Permalink
ci: set release permissions to write. Fix semantic-release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanAvneri committed May 25, 2021
1 parent 388cdd8 commit b37469d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

release:
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
name: release
needs: [ test, lockfile-lint ]
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit b37469d

Please sign in to comment.