diff --git a/.github/workflows/seal-runtime-secrets.yml b/.github/workflows/seal-runtime-secrets.yml index 21641694..a2e2cc4f 100644 --- a/.github/workflows/seal-runtime-secrets.yml +++ b/.github/workflows/seal-runtime-secrets.yml @@ -41,7 +41,7 @@ jobs: print(f"oidc_claim_{key}={claims.get(key, 'missing')}") PYSAFE - name: Create canonical Infra SealedSecret Draft PR - uses: Team-PinLog/infra/.github/actions/sealedsecret-infra-pr@b3a924f95d43eef787f7e1b33c1758391a1847c0 + uses: Team-PinLog/infra/.github/actions/sealedsecret-infra-pr@86131e692f831b6b185833f0efcd18ff9ef84462 env: JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }} GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}