From cada62f9025ad77fae91501bf19fdab1bb30be67 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 27 Feb 2024 14:40:59 +0100 Subject: [PATCH] Set workflow permission --- .github/workflows/cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a36384..8f73df3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,9 @@ on: - main permissions: pull-requests: write - id-token: write + id-token: write + contents: read + jobs: # remove-deploy-label: # name: Remove deploy label