Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
updating permissions
  • Loading branch information
jluey1 authored Sep 11, 2024
1 parent 8d8c786 commit ef2c0d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
deploy:
name: Deploy to GitHub Pages
needs: build

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
pull-requests: write
deployments: write
id-token: write # to verify the deployment originates from an appropriate source

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit ef2c0d2

Please sign in to comment.