Merge pull request 'fix(ci): use Gitea expression syntax for git auth token' (#14) from fix/tag-job-git-auth-v2 into main
Main Release / hadolint (push) Successful in 6s
Main Release / tag (push) Successful in 10s
Main Release / build-push (push) Successful in 3m54s

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-06-12 14:54:38 -04:00
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
fetch-depth: 0
- name: Configure git auth
run: |
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@scm.cabillot.eu/perso/opencode.git"
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@scm.cabillot.eu/perso/opencode.git"
- uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}