diff --git a/action.yml b/action.yml index a6e715e..b70c43b 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: gitea-token: description: 'Gitea token for downloading repositories' required: false - # default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read this as a default, so we've gotta do a check later + default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read this as a default, so we've gotta do a check later garden-version: description: 'Version of Garden to deploy' required: false