fix: Add Foregejo API token
Some checks failed
ArgoCD Diff / argocd-diff-preview (pull_request) Failing after 13s

This commit is contained in:
Peter 2026-03-23 20:02:02 +01:00
parent 290a5ce0c9
commit 5ac1b06c79
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -12,6 +12,7 @@ jobs:
runs-on: docker
env:
PR_NUMBER: ${{ forge.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
steps:
- uses: https://github.com/actions/checkout@v4
with: