Skip to content

Commit

Permalink
chore: remove "password" input in kong/license step of workflows (#5316)
Browse files Browse the repository at this point in the history
(cherry picked from commit 77527ee)
  • Loading branch information
randmonkey authored and tao12345666333 committed Dec 15, 2023
1 parent 329406a commit 61727b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61727b7

Please sign in to comment.