From 2a98796fb2c2c7029a9a0cbc68efadbee6ad43e3 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Fri, 2 Aug 2024 06:33:31 -0600 Subject: [PATCH] Add additional permissions for GH Actions Signed-off-by: Taylor Smock --- .github/workflows/ant.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index c4b2c16..ac2da12 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -49,5 +49,7 @@ jobs: perform-revision-tagging: ${{ github.repository == 'JOSM/OpenQA' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r19044' }} secrets: inherit permissions: + actions: write + attestations: write contents: write deployments: write