From bdd53cdee37e1e6fee0861dad45bb4631e58f088 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 27 Feb 2024 14:40:10 +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 03d11cc..2a36384 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,7 +5,9 @@ on: push: branches: - main - +permissions: + pull-requests: write + id-token: write jobs: # remove-deploy-label: # name: Remove deploy label