From 844860ee1a8817fa1b153243e676b97a8ea903b9 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:58:06 +0100 Subject: [PATCH] fix CI deployment 2 --- .github/workflows/deploy1.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index 48eea3c..42fddef 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -3,6 +3,11 @@ on: tags: - "v**" +permissions: # Same as deploy2.yml + contents: "write" + pages: "write" + id-token: "write" + jobs: update-versions: