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 bf8348754a..ac37f03da5 100644 --- a/.github/workflows/_integration_tests.yaml +++ b/.github/workflows/_integration_tests.yaml @@ -131,7 +131,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} 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 64782e276b..234649ebe7 100644 --- a/.github/workflows/test_nightly.yaml +++ b/.github/workflows/test_nightly.yaml @@ -50,7 +50,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository @@ -97,7 +96,6 @@ jobs: - uses: Kong/kong-license@master id: license with: - password: ${{ secrets.PULP_PASSWORD }} op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: checkout repository