diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a3c0e79..71ac745 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,6 +12,16 @@ jobs: steps: - uses: actions/checkout@v4 + + - id: auth + name: Authenticate with Google Cloud + uses: google-github-actions/auth@v0 + with: + token_format: access_token + workload_identity_provider: aws1 + service_account: github-actions@ecomscraper.iam.gserviceaccount.com + access_token_lifetime: 300s + - name: Build the Docker image run: |- cd ottpApi