Skip to content

Commit

Permalink
ci: add contents:write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Oct 1, 2024
1 parent b23c9df commit 0cd18ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- labeled

permissions:
contents: write
pull-requests: write

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
default: false

permissions:
contents: write
pull-requests: write

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version-uptick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
required: true

permissions:
contents: write
pull-requests: write

jobs:
Expand Down

0 comments on commit 0cd18ac

Please sign in to comment.