diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index a142107..37cded9 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -26,6 +26,8 @@ jobs: docker_image: ${{ steps.image-meta.outputs.full }} steps: - uses: actions/checkout@v4 + env: + GIT_SSL_NO_VERIFY: "true" - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -74,6 +76,8 @@ jobs: IMAGE_REPOSITORY: ${{ needs.build-image.outputs.image_repository }} steps: - uses: actions/checkout@v4 + env: + GIT_SSL_NO_VERIFY: "true" - name: Check deploy credentials id: check-creds diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 6838358..6df8c90 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,6 +12,7 @@ concurrency: env: NODE_VERSION: "20" + GIT_SSL_NO_VERIFY: "true" jobs: api-tests: