From f9f35b71aacec31b34a8021e5ae898d00f93cee6 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Wed, 13 Nov 2024 14:55:04 +0100 Subject: [PATCH] chore: try permissions to unlock secret --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 554a037..fb95531 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,10 @@ name: Test +permissions: + contents: read + issues: write + pull-requests: write + on: push: branches-ignore: