Debug workflow
Some checks failed
release / build (push) Successful in 3m0s
release / build (release) Has been cancelled

This commit is contained in:
Jared Miller 2025-12-19 17:13:58 -05:00
parent bd3dbca0c7
commit 0b2ddc28fd
No known key found for this signature in database

View file

@ -46,6 +46,9 @@ jobs:
env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
run: |
echo "Token present: ${FORGEJO_TOKEN:+yes}"
echo "Token length: ${#FORGEJO_TOKEN}"
TAG="${{ github.event.inputs.tag || github.ref_name }}"
API_BASE="${{ github.server_url }}/api/v1"
REPO="${{ github.repository }}"