diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 8138ed332..ed6c1dc0f 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 }} diff --git a/.github/workflows/validate-kong-release.yaml b/.github/workflows/validate-kong-release.yaml index 988d81cca..4ee0fb389 100644 --- a/.github/workflows/validate-kong-release.yaml +++ b/.github/workflows/validate-kong-release.yaml @@ -36,6 +36,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 }}