Skip to content

Commit

Permalink
feat: add permissions to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vermorag committed Oct 23, 2024
1 parent 8e9e574 commit fd37407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- main

permissions:
contents: read
id-token: write
pages: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd37407

Please sign in to comment.