add missing permissions to workflow

This commit is contained in:
David Daly
2024-01-29 16:25:15 +00:00
committed by GitHub
parent 3de30988eb
commit ea0d6338c1
+5
View File
@@ -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'