diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bd2221e..2489d46 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e014f21..d2c124e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout source code run: | - git clone https://${{ secrets.REPO_URL }}.git . + git clone https://${{ secrets.PUSH_TOKEN }}@${{ secrets.REPO_URL }}.git . - name: Extract version from tag id: version