Fix token
Some checks failed
Build and Publish Docker Image / test (push) Successful in 40s
Build and Publish Docker Image / build-and-push (push) Successful in 19s
Build and Publish Docker Image / security-scan (push) Failing after 33s

This commit is contained in:
Andras Schmelczer 2026-06-06 20:42:49 +01:00
parent 07d181fa55
commit d4d0657555

View file

@ -58,7 +58,7 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
token: ${{ secrets.FORGEJO_TOKEN }} token: ${{ secrets.FORGEJO_PACKAGE_TOKEN }}
security-scan: security-scan:
needs: build-and-push needs: build-and-push