From 5b7070f027aa7537a869dc6456640e159a303f95 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:16:45 -0600 Subject: [PATCH] include required permissions to generate attestations --- pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml b/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml index 9557f7200..080019c2a 100644 --- a/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml +++ b/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml @@ -5,6 +5,8 @@ on: - "v*" permissions: contents: write + id-token: write + attestations: write jobs: release: