forgot permissions for actions

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith 2025-06-03 21:51:06 +01:00
parent 1ea043a94b
commit 8f70820629

View File

@ -6,6 +6,9 @@ on:
release: release:
types: [ published ] types: [ published ]
permissions:
packages: write
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}