Trying to fix token issues

This commit is contained in:
XargonWan 2025-01-04 22:37:34 +09:00
parent 88e1e9e156
commit 32604942c0

View file

@ -118,4 +118,4 @@ jobs:
artifacts: "RetroDECK-Artifact.tar.gz, tree.html, RetroDECK-Artifact.sha"
allowUpdates: true
makeLatest: true
token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN }}
token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN || secrets.GITHUB_TOKEN }}