diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index cfd8adea1..13051a4c1 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -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