Skip to content

Commit

Permalink
Fix: workflows/update-entries> Supply requierd permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Jan 25, 2024
1 parent 4c6afe5 commit 63bf3ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-entries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: update-entries
permissions:
pages: write
id-token: write
steps:
- uses: actions/deploy-pages@v4

Expand Down

0 comments on commit 63bf3ca

Please sign in to comment.