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 4b73fb2 commit 94f3e1cCopy full SHA for 94f3e1c
.github/workflows/build-deploy-backend.yml
@@ -18,7 +18,6 @@ env:
18
# kosli commands picks up org, flow, trail and api-token from these environment variables
19
KOSLI_ORG: kosli-public
20
KOSLI_FLOW: github-release-example-backend
21
- KOSLI_TRAIL: ${{ github.sha }}
22
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
23
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"
24
KOSLI_TEMPLATE_FILE: "kosli-flow-templates/backend-template.yml"
@@ -62,6 +61,8 @@ jobs:
62
61
outputs:
63
image-version: ${{ steps.build-artifact.outputs.image-version }}
64
fingerprint: ${{ steps.calculate_fingerprint.outputs.fingerprint }}
+ env:
65
+ KOSLI_TRAIL: ${{ needs.setup.outputs.kosli-trail }}
66
steps:
67
- uses: actions/checkout@v4
68
0 commit comments