From 58fb4d13ba252ccd677a06679f83b71e55561915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Sat, 30 Nov 2024 17:30:40 +0100 Subject: [PATCH] feat: set GitHub default token --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index f6673a50..f12e09b4 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,7 @@ inputs: description: > Token to authenticate with the ghcr.io registry and the GitHub API required: true + default: ${{ github.token }} owner: description: >