WORKFLOW: testing a new token [skip ci]

This commit is contained in:
XargonWan 2025-02-03 14:48:35 +09:00
parent 6aae754ea1
commit 6bb8905fe2

View file

@ -96,7 +96,7 @@ git add .
git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch"
if [ -n "${GITHUB_WORKFLOW}" ]; then
git push --force "https://${GITHUB_TOKEN}@github.com/${flathub_target_repo}" "$relname"
git push --force "https://${GIT_NAME}@github.com/${flathub_target_repo}" "$relname"
else
git push --force "https://github.com/${flathub_target_repo}" "$relname"
fi