From 6998d353a9fac4fa609441861cd72d342018bf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 14 Dec 2023 19:21:27 +0100 Subject: [PATCH] chore(ci): remove pulp password usage (#900) --- .github/workflows/release-testing.yaml | 2 -- .github/workflows/tests.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/release-testing.yaml b/.github/workflows/release-testing.yaml index 008989fc..bc5d3066 100644 --- a/.github/workflows/release-testing.yaml +++ b/.github/workflows/release-testing.yaml @@ -62,7 +62,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository @@ -92,7 +91,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} # -------------------------------------------------------------------------- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 19e74a43..025b0df4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -114,7 +114,6 @@ jobs: if: steps.detect_if_should_run_enterprise.outputs.result == 'true' id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: setup golang @@ -199,7 +198,6 @@ jobs: if: steps.detect_if_should_run.outputs.result == 'true' id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository