From b15122ffa8f08b754428f67d1a1dc846e6057fab Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Mon, 1 Jul 2024 20:06:01 +0200 Subject: [PATCH] ci: fix permissions and concurrency (#976) --- .github/workflows/deploy-docs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 84abeb9ff..46d22c2ea 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -8,8 +8,12 @@ on: - 'scripts/**' branches: - 'development' +permissions: + contents: read + pages: write + id-token: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }} cancel-in-progress: true jobs: deploy-docs: