From 3e7b56a44a7f49ec628bb975f955427583c6b6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 17 Mar 2025 09:35:49 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20workflow=20permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-dev.yml | 4 ++++ .github/workflows/deploy-prod.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 8b43512..a67b11a 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -4,6 +4,10 @@ name: Build & Deploy (Nightly) +permissions: + contents: read + pull-requests: write + on: push: branches: [ main ] diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 2e32c8c..8cae7fe 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -4,6 +4,10 @@ name: Build & Deploy (Production) +permissions: + contents: read + pull-requests: write + on: push: tags: