From 21b908e5cfc7bda6c883f3384728bc8690b4d9aa Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 11 Jul 2024 13:15:16 -0600 Subject: [PATCH] ci: set global perms in release workflow Signed-off-by: Tyler Gillson --- .github/workflows/release.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed573886..4daa1fb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,14 +6,15 @@ on: - main - '[0-9]+.[0-9]+.x' +permissions: + contents: write + id-token: write + packages: write + pull-requests: write + jobs: call-release: uses: validator-labs/workflows/.github/workflows/release.yaml@main - permissions: - contents: write - id-token: write - packages: write - pull-requests: write secrets: inherit haul: