Skip to content

Commit

Permalink
Added write permission for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bstollnitz committed Jul 21, 2023
1 parent cb987dc commit 1356f34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/initial_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
initial_setup:
runs-on: ubuntu-latest
if: ${{ github.event.created }}
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository
contents: write
steps:
# GitHub Action marketplace: https://github.com/marketplace/actions/checkout
- name: Checkout
Expand Down

0 comments on commit 1356f34

Please sign in to comment.