actions / publish-immutable-action

A GitHub Action used for publishing an Action to ghcr.io as an OCI container.
MIT License
42 stars 7 forks source link

Default to GITHUB_TOKEN #197

Closed Jcambass closed 2 months ago

Jcambass commented 2 months ago

This action does not work with PATs or Integration Tokens. Only the GITHUB_TOKEN is supported so we can default to it and remove the github-token input from our examples.