Skip to content

Commit

Permalink
fix: add permission to allow to deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Sep 12, 2024
1 parent d6d4bf1 commit 53ac200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: ["main"]
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false
Expand Down

0 comments on commit 53ac200

Please sign in to comment.