Skip to content

Commit

Permalink
fix: braces in CI.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
  • Loading branch information
Thomas Schuetz committed Jan 17, 2023
1 parent ed16384 commit 6a5b2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@ jobs:
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true'
with:
version: "dev"
klt-repo: ${{ github.workspace }}
token: ${{ secrets.KEPTN_SANDBOX_BOT_TOKEN }}
klt-repo: github.workspace
token: secrets.KEPTN_SANDBOX_BOT_TOKEN

0 comments on commit 6a5b2b8

Please sign in to comment.