From 2f24d2f58fd7a5b9305e40ba4be037a08c85b55e Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Thu, 18 Apr 2024 14:42:08 +0200 Subject: [PATCH] ci: inherit secrets when calling workflow --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acb4428..b3b2e74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,11 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + pages: write + id-token: write + jobs: build: @@ -30,3 +35,4 @@ jobs: publish: if: github.ref == 'refs/heads/main' uses: ./.github/workflows/publish.yaml + secrets: inherit