From 36c19af11a17473330ba0c947df9288f35e39113 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 21 Jun 2023 18:33:03 -0400 Subject: [PATCH] Add permissions to run publish CI (#646) * Add permissions to run publish CI * Switch to pull-requests: write * add id-token: write --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f5510f0..f979755 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,4 +1,7 @@ name: Publish +permissions: + id-token: write + pull-requests: write on: pull_request: branches: [ master ]