Skip to content

Commit

Permalink
Update template_setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Aug 11, 2023
1 parent 1f0a65f commit a09fdd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/template_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
workflow_dispatch:

permissions:
actions: write
contents: write

jobs:
setup-repo:
if: ${{ !endsWith(github.repository, '-auto-template') }}
Expand Down Expand Up @@ -80,4 +84,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Initial library structure"
push_options: --force
push_options: --force

0 comments on commit a09fdd2

Please sign in to comment.