更新 .gitea/workflows/build-image.yml
Some checks failed
Build Gradle Dragonwell Image / build (push) Failing after 1m37s

This commit is contained in:
2025-09-11 11:13:25 +08:00
parent c6ccf52b2a
commit 67da4f3aa9

View File

@@ -23,6 +23,9 @@ jobs:
runs-on: self_website
steps:
- name: Setup Git auth
run: |
git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}"
- name: Checkout repository
uses: herryyun/checkout@v4
with: