From 517a9492351d7e0a9ca1f6da24758db2e6d1af7e Mon Sep 17 00:00:00 2001 From: Roelant Vos Date: Mon, 8 Jul 2024 16:15:36 +1000 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9720910..e196761 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,16 +1,20 @@ name: Docs on: - # Runs on pushes targeting the default branch + # Runs on pushes targeting the default branch. push: branches: ["main"] - # Allows you to run this workflow manually from the Actions tab + # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: jobs: generate-docs: + permissions: + id-token: write + pages: write + runs-on: windows-latest steps: