From 4f0c94974752c6b62c343a6a074f9244fdc62057 Mon Sep 17 00:00:00 2001 From: Austin Abro <37223396+AustinAbro321@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:55:03 -0400 Subject: [PATCH] ci: permission at job level (#2922) Signed-off-by: Austin Abro --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7af1a32de..dd5943aeb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ name: Release CLI and Packages on Tag permissions: - id-token: write contents: read on: @@ -13,6 +12,7 @@ jobs: build-release: runs-on: ubuntu-latest permissions: + id-token: write packages: write steps: # Checkout the repo and setup the tooling for this job