We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87868f commit a89046aCopy full SHA for a89046a
.github/workflows/release-testing.yaml
@@ -62,7 +62,7 @@ jobs:
62
- uses: Kong/kong-license@master
63
id: license
64
with:
65
- password: ${{ secrets.PULP_PASSWORD }}
+ op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
66
67
- name: checkout repository
68
uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
# --------------------------------------------------------------------------
97
# Repository Checkout
0 commit comments