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