ci(release): use GITHUB_* env vars (GITEA_* not populated by runner) #12

Merged
addison merged 1 commit from exe-dev-bot/kiosk:ci/fix-gitea-env-vars into main 2026-02-12 20:54:49 -05:00
Contributor

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 keeping GITEA_TOKEN for the secret (which is Forgejo-native).

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 keeping `GITEA_TOKEN` for the secret (which is Forgejo-native).
The act-based Forgejo runner only populates GITHUB_* env vars.
GITEA_WORKSPACE/GITEA_REF/etc are empty, which caused v0.2.1
to fail. Switch back to GITHUB_* for runner env vars, keep
GITEA_TOKEN for the secret.

Co-authored-by: Shelley <shelley@exe.dev>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kwila/kiosk!12
No description provided.