Skip to content

Commit 78135e3

Browse files
authored
Install kosli before reporting (#29)
1 parent 7f836ef commit 78135e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)