Skip to content

Commit

Permalink
Provide secret in continuous-delivery.yml when invoking integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Oct 12, 2024
1 parent d812b60 commit a5c2c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
uses: csvalpha/amber-ui/.github/workflows/continuous-integration.yml@staging
with:
sha: ${{ needs.merge.outputs.sha }}
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

publish_image:
name: Publish Image
Expand Down

0 comments on commit a5c2c75

Please sign in to comment.