ci(release): use GITHUB_* env vars (GITEA_* not populated by runner) #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:ci/fix-gitea-env-vars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v0.2.1 release failed because the act-based Forgejo runner only populates
GITHUB_*env vars —GITEA_WORKSPACE,GITEA_REF, etc. are empty.This switches back to
GITHUB_*for runner-provided env vars while keepingGITEA_TOKENfor the secret (which is Forgejo-native).