From 61c6ad64bbaca0c7ccb9797ecc68495e437e83de Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Mon, 4 Dec 2023 14:29:16 -0800 Subject: [PATCH] chore(gha): preemptively add 1p creds --- .github/workflows/integration-test-enterprise-nightly.yaml | 1 + .github/workflows/integration-test-enterprise.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-test-enterprise-nightly.yaml b/.github/workflows/integration-test-enterprise-nightly.yaml index 00ef49b65..828dfeeb7 100644 --- a/.github/workflows/integration-test-enterprise-nightly.yaml +++ b/.github/workflows/integration-test-enterprise-nightly.yaml @@ -55,6 +55,7 @@ jobs: id: license_step with: password: ${{ secrets.PULP_PASSWORD }} + op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Checkout repository uses: actions/checkout@v4 - name: Setup go diff --git a/.github/workflows/integration-test-enterprise.yaml b/.github/workflows/integration-test-enterprise.yaml index 72e4bd0f1..51e1a0248 100644 --- a/.github/workflows/integration-test-enterprise.yaml +++ b/.github/workflows/integration-test-enterprise.yaml @@ -88,6 +88,7 @@ jobs: id: license_step with: password: ${{ secrets.PULP_PASSWORD }} + op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Checkout repository uses: actions/checkout@v4 - name: Setup go