Use Gitea-compatible action secret names
All checks were successful
Codex Template Compliance / compliance (push) Successful in 6s
Release Dry Run / release-dry-run (push) Successful in 39s
Build / build (push) Successful in 2m20s
Scheduled Security Scan / security-scan (push) Successful in 40s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 4s
Scheduled Dependency Check / dependency-check (push) Successful in 1m11s

This commit is contained in:
2026-06-19 16:05:48 +02:00
parent 2d97018570
commit 4fce1792fc
2 changed files with 3 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
continue-on-error: true
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_USER: ${{ secrets.GITEA_USER }}
GITEA_TOKEN: ${{ secrets.GITEATOKEN }}
GITEA_USER: ${{ secrets.GITEAUSER }}
run: |
test -n "$GITEA_TOKEN"
version="$(node -p "require('./package.json').version")"