Skip to content

Commit a89046a

Browse files
authored
chore(ci): fix release workflow's license step (#1020)
1 parent e87868f commit a89046a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: Kong/kong-license@master
6363
id: license
6464
with:
65-
password: ${{ secrets.PULP_PASSWORD }}
65+
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6666

6767
- name: checkout repository
6868
uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
9191
- uses: Kong/kong-license@master
9292
id: license
9393
with:
94-
password: ${{ secrets.PULP_PASSWORD }}
94+
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
9595

9696
# --------------------------------------------------------------------------
9797
# Repository Checkout

0 commit comments

Comments
 (0)