Skip to content

Commit

Permalink
pass variable correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln committed May 30, 2024
1 parent 9afa195 commit a5010fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
project: "chainloop"
workflow_name: "javi-github-release"
additional_materials: "ghcr.io/chainloop-dev/chainloop/control-plane:${{needs.echo.outputs.tag}},ghcr.io/chainloop-dev/chainloop/artifact-cas:${{needs.echo.outputs.tag}}"
additional_materials: "ghcr.io/chainloop-dev/chainloop/control-plane:${{needs.testing-echo.outputs.tag}},ghcr.io/chainloop-dev/chainloop/artifact-cas:${{needs.testing-echo.outputs.tag}}"
secrets:
api_token: ${{ secrets.CHAINLOOP_API_TOKEN }}

0 comments on commit a5010fd

Please sign in to comment.