Skip to content

Commit

Permalink
ci(branch-delete): Add contents: write permission (#14)
Browse files Browse the repository at this point in the history
Since it's needed to delete branches.
  • Loading branch information
5ouma committed Mar 15, 2024
1 parent 9ee0124 commit ff59cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- closed

permissions:
contents: write

jobs:
Delete-Branch:
runs-on: Ubuntu-Latest
Expand Down

0 comments on commit ff59cda

Please sign in to comment.