Skip to content

Commit

Permalink
gci: Add permission to publish to gh-pages to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 27, 2024
1 parent c76fef8 commit 0754a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:

jobs:
build:
permission:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
runs-on: ubuntu-latest
steps:
- name: Checkout Github repo
Expand Down

0 comments on commit 0754a74

Please sign in to comment.