vibecoded issues hehe
All checks were successful
Build ZeroTier One for Alpine Linux / build-zerotier (push) Successful in 4m51s

This commit is contained in:
Xaver Russ 2025-07-21 10:18:54 +02:00
parent 918714d1a0
commit 2d49e54984

View file

@ -185,8 +185,8 @@ jobs:
- name: Upload package to Forgejo - name: Upload package to Forgejo
env: env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} FORGEJO_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
FORGEJO_URL: ${{ vars.FORGEJO_URL || 'https://forgejo.example.com' }} FORGEJO_URL: ${{ vars.REGISTRY || 'https://forgejo.hostedbymyself.de' }}
run: | run: |
if [ -z "$FORGEJO_TOKEN" ]; then if [ -z "$FORGEJO_TOKEN" ]; then
echo "ERROR: FORGEJO_TOKEN secret not set!" echo "ERROR: FORGEJO_TOKEN secret not set!"