diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 890a90c..a66b3ab 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -57,7 +57,7 @@ jobs: TAG="${{ steps.tag.outputs.tag }}" git config user.name "FluxCD" git config user.email "fluxcd@w5isp.com" - git remote set-url origin https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.mcintire.me/graham/aprs.me.git + git remote set-url origin https://x-token:${{ github.token }}@git.mcintire.me/graham/aprs.me.git git add k8s/deployment.yaml git diff --cached --quiet && echo "No changes to commit" && exit 0 git commit -m "chore: update aprs.me image to ${IMAGE}:${TAG} [skip ci]"