Skip to content

Commit

Permalink
ci(release): fix permissions (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Jan 13, 2024
1 parent bbdf1c1 commit c106b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
needs: [test, lint]
if: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}

permissions:
contents: write
issues: write
pull-requests: write

steps:
- name: Create GitHub App token 🔑
id: create-app-token
Expand Down

0 comments on commit c106b65

Please sign in to comment.