From ea0d6338c1fce0f84be628f47fec3a04cebe39b2 Mon Sep 17 00:00:00 2001 From: David Daly Date: Mon, 29 Jan 2024 16:25:15 +0000 Subject: [PATCH] add missing permissions to workflow --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 503ee1d..eabb84e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,11 @@ name: 'Package and Publish' description: 'Publish actions as OCI artifacts to GHCR' +permissions: + id-token: write + contents: write + packages: write + # TODO: Add your action's branding here. This will appear on the GitHub Marketplace. branding: icon: 'heart'