Skip to content

Commit

Permalink
Action permission fix
Browse files Browse the repository at this point in the history
maybe?
  • Loading branch information
ghluka committed Mar 29, 2024
1 parent 67dd61a commit 1caea6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1caea6b

Please sign in to comment.