Skip to content

Commit

Permalink
Give template-cleanup workflow write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Jan 20, 2024
1 parent c7a7ead commit 024989a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
# Triggered on first push to repos created from the template
template-cleanup:
name: Template Cleanup
permissions:
contents: write
runs-on: ubuntu-latest
if: github.event.repository.name != 'chisel-template'
steps:
Expand Down

0 comments on commit 024989a

Please sign in to comment.