Skip to content

Commit

Permalink
Fix permissions location
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF authored Apr 17, 2024
1 parent 40182cb commit 53267d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
workflow_dispatch:
inputs: {}

permissions:
contents: write

jobs:
permissions:
contents: write
update-commit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 53267d6

Please sign in to comment.