fix: open source? how dare we

This commit is contained in:
JohnsonRan
2025-08-13 11:17:06 +08:00
parent 35759481df
commit 49709deb32
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Checkout source code
run: |
git clone https://${{ secrets.REPO_URL }}.git .
git clone https://${{ secrets.PUSH_TOKEN }}@${{ secrets.REPO_URL }}.git .
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3