File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v4
132132
133- - name : Get approval actor from audit log
133+ - name : Get approver from audit log
134134 id : get-approver
135135 uses : ./.github/actions/get-github-workflow-approver
136136 with :
@@ -214,12 +214,18 @@ jobs:
214214 steps :
215215 - uses : actions/checkout@v4
216216
217- - name : Get approval actor from audit log
217+ - name : Get approver from audit log
218218 id : get-approver
219219 uses : ./.github/actions/get-github-workflow-approver
220220 with :
221221 gh-audit-log-reader-token : ${{ secrets.READ_AUDIT_LOG }}
222222
223+ - name : Setup Kosli cli
224+ uses : kosli-dev/setup-cli-action@v2
225+ with :
226+ version :
227+ ${{ env.KOSLI_CLI_VERSION }}
228+
223229 - name : Report approval to kosli
224230 run : |
225231 kosli attest custom \
You can’t perform that action at this time.
0 commit comments