Skip to content

Commit

Permalink
feat: updated permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Jun 6, 2024
1 parent 294fe1e commit 246084a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches: ["master", "etowahadams/fix-deploy"]

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

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

0 comments on commit 246084a

Please sign in to comment.