Skip to content

Commit

Permalink
fix(.github/workflows/repo-creation.yml): add write permissions to co…
Browse files Browse the repository at this point in the history
…ntents in build job
  • Loading branch information
ToasterUwU committed Sep 25, 2023
1 parent bdf1547 commit 799707f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Check out the code
Expand Down

0 comments on commit 799707f

Please sign in to comment.