From 8a56571c7b61059bd74afd143dbc94457cedf272 Mon Sep 17 00:00:00 2001 From: Bernard Wolff <2744510+bernardwolff@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:35:35 +0000 Subject: [PATCH] add permissions to build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b2ca39..6ca55e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,10 @@ on: # TODO: remove github_actions after we've tested that this works branches: [ master, github_actions ] +permissions: + id-token: write + contents: write + jobs: build: runs-on: ubuntu-latest