fix: use github.token for git push in forgejo workflow
This commit is contained in:
parent
7b725206af
commit
0f0cc0db88
1 changed files with 1 additions and 1 deletions
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue