diff --git a/.github/workflows/release-standalone-docker-img-postgres-offical.yml b/.github/workflows/release-standalone-docker-img-postgres-offical.yml index 5e7aa1549..eea40b546 100644 --- a/.github/workflows/release-standalone-docker-img-postgres-offical.yml +++ b/.github/workflows/release-standalone-docker-img-postgres-offical.yml @@ -17,7 +17,7 @@ jobs: infisical-standalone: name: Build infisical standalone image postgres runs-on: ubuntu-latest - needs: [infisical-tests] + # needs: [infisical-tests] steps: - name: Extract version from tag id: extract_version @@ -71,7 +71,7 @@ jobs: infisical-fips-standalone: name: Build infisical standalone image postgres runs-on: ubuntu-latest - needs: [infisical-tests] + # needs: [infisical-tests] steps: - name: Extract version from tag id: extract_version @@ -134,4 +134,6 @@ jobs: --field ref="refs/tags/v0.150.0-nightly-20250926" \ --field sha="$LATEST_SHA" fi + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # --field ref="refs/tags/${{ github.ref_name }}" \ \ No newline at end of file