Skip to content

Commit

Permalink
Update action with content write perms
Browse files Browse the repository at this point in the history
Allow gh actions write to contents
  • Loading branch information
hurricanehrndz authored Jun 16, 2023
1 parent 2fdf079 commit 3c9560f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: workflow_dispatch

jobs:
update_readme:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3c9560f

Please sign in to comment.