From 2f24cdbde377570479ba1a42de89a4a2f40cca8b Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Mon, 4 Dec 2023 14:26:53 -0800 Subject: [PATCH] chore(gha): preemptively add 1p creds --- .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 }}