From 326b1e73b2858923bc8cb9042d72544f26864037 Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Wed, 6 Dec 2023 10:48:49 -0800 Subject: [PATCH] chore(gha): preemptively add 1p creds (#26) --- .github/workflows/integration-enterprise.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 8138ed3..ed6c1dc 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -52,6 +52,7 @@ jobs: id: license with: password: ${{ secrets.PULP_PASSWORD }} + op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Setup Kong env: KONG_LICENSE_DATA: ${{ steps.license.outputs.license }}