Skip to content

Commit

Permalink
chore(ci): fix release workflow's license step (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Mar 29, 2024
1 parent e87868f commit a89046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: Kong/kong-license@master
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: Kong/kong-license@master
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

# --------------------------------------------------------------------------
# Repository Checkout
Expand Down

0 comments on commit a89046a

Please sign in to comment.