From 8403007d6b4f852ab204f73457bd743657a67567 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:53:01 +0200 Subject: [PATCH] Set permissions in notify.yml --- .github/workflows/notify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 96c7b57..4a3f4b7 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -5,6 +5,9 @@ on: branches: [ "main" ] workflow_dispatch: +permissions: + actions: read + jobs: notify: runs-on: ubuntu-latest