Skip to content

Commit

Permalink
Fix deployment permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOtherAndrew committed Aug 21, 2024
1 parent ae4419b commit 55fe27a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:

deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 55fe27a

Please sign in to comment.