From 55d1a91db39a45a7adf59f692b3732a49ee8e19f Mon Sep 17 00:00:00 2001 From: David Daly Date: Tue, 30 Jan 2024 12:46:29 +0000 Subject: [PATCH] remove permissions from action.yml --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index b2153f6..85e9f87 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,6 @@ 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'