Skip to content

Commit

Permalink
fix: docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero authored May 14, 2024
1 parent a1f6059 commit 137e4c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ on:
paths:
- "README.md"

permissions:
actions: write
contents: write

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

0 comments on commit 137e4c6

Please sign in to comment.