Skip to content

Commit

Permalink
ci: add permissions to deploy on GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Feb 20, 2024
1 parent e792085 commit bdb5e3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ on:
pull_request:
workflow_dispatch:

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

jobs:
Build-Slides:
Build-Documentation-Site:
runs-on: ubuntu-latest
concurrency:
group: slides-${{ github.ref }}
Expand Down

0 comments on commit bdb5e3a

Please sign in to comment.