From 61727b7e9f320e4ac8de8fe3e4308dbd54518775 Mon Sep 17 00:00:00 2001 From: Tao Yi Date: Mon, 11 Dec 2023 15:40:34 +0800 Subject: [PATCH] chore: remove "password" input in kong/license step of workflows (#5316) (cherry picked from commit 77527ee81e175e5a0860c0f1a29c09df1c6388f3) --- .github/workflows/_e2e_tests.yaml | 3 --- .github/workflows/_integration_tests.yaml | 4 ---- .github/workflows/test_nightly.yaml | 8 -------- 3 files changed, 15 deletions(-) diff --git a/.github/workflows/_e2e_tests.yaml b/.github/workflows/_e2e_tests.yaml index 2f86d8473a..47b5dcac67 100644 --- a/.github/workflows/_e2e_tests.yaml +++ b/.github/workflows/_e2e_tests.yaml @@ -132,7 +132,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: split image and tag @@ -220,7 +219,6 @@ jobs: continue-on-error: true id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: check availability of KIC image @@ -325,7 +323,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: split image and tag diff --git a/.github/workflows/_integration_tests.yaml b/.github/workflows/_integration_tests.yaml index 0f0817f3c8..ac37f03da5 100644 --- a/.github/workflows/_integration_tests.yaml +++ b/.github/workflows/_integration_tests.yaml @@ -131,10 +131,6 @@ jobs: - uses: Kong/kong-license@master id: license with: -<<<<<<< HEAD -======= - password: ${{ secrets.PULP_PASSWORD }} ->>>>>>> e84786ebd (chore(gha): preemptively add 1p creds) op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Set image of Kong diff --git a/.github/workflows/test_nightly.yaml b/.github/workflows/test_nightly.yaml index 53f63348c6..234649ebe7 100644 --- a/.github/workflows/test_nightly.yaml +++ b/.github/workflows/test_nightly.yaml @@ -50,10 +50,6 @@ jobs: - uses: Kong/kong-license@master id: license with: -<<<<<<< HEAD -======= - password: ${{ secrets.PULP_PASSWORD }} ->>>>>>> e84786ebd (chore(gha): preemptively add 1p creds) op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository @@ -100,10 +96,6 @@ jobs: - uses: Kong/kong-license@master id: license with: -<<<<<<< HEAD -======= - password: ${{ secrets.PULP_PASSWORD }} ->>>>>>> e84786ebd (chore(gha): preemptively add 1p creds) op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository