Skip to content

Commit 94f3e1c

Browse files
authored
Fixed trail name for attest artifact (#8)
1 parent 4b73fb2 commit 94f3e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env:
1818
# kosli commands picks up org, flow, trail and api-token from these environment variables
1919
KOSLI_ORG: kosli-public
2020
KOSLI_FLOW: github-release-example-backend
21-
KOSLI_TRAIL: ${{ github.sha }}
2221
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
2322
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"
2423
KOSLI_TEMPLATE_FILE: "kosli-flow-templates/backend-template.yml"
@@ -62,6 +61,8 @@ jobs:
6261
outputs:
6362
image-version: ${{ steps.build-artifact.outputs.image-version }}
6463
fingerprint: ${{ steps.calculate_fingerprint.outputs.fingerprint }}
64+
env:
65+
KOSLI_TRAIL: ${{ needs.setup.outputs.kosli-trail }}
6566
steps:
6667
- uses: actions/checkout@v4
6768

0 commit comments

Comments
 (0)