Skip to content

Commit

Permalink
Merge pull request #6 from oblivioncth/dev
Browse files Browse the repository at this point in the history
CI: Fix gh pages deployment permissions
  • Loading branch information
oblivioncth authored Mar 17, 2023
2 parents c3af5ad + 053f916 commit bff4e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master-pull-request-merge-reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
name: Update gh-pages
needs: [build_libsquish_release_windows]
if: github.event.pull_request.merged == true
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.page-deployment.outputs.page_url }}
Expand Down

0 comments on commit bff4e35

Please sign in to comment.