From 41ab713a176b0e6ff0fcbc416ec72b424ef7744d Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Thu, 21 Dec 2023 10:53:28 +0100 Subject: [PATCH] build: add `actions: read` permission for deployment See https://github.com/actions/deploy-pages/issues/285 See https://github.com/actions/deploy-pages/pull/288 --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e638486..70c1613 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,6 +29,7 @@ jobs: needs: build runs-on: ubuntu-latest permissions: + actions: read pages: write id-token: write environment: