Skip to content

Commit

Permalink
chore(deploy-agent.yaml): update workflow path for Step CI Action
Browse files Browse the repository at this point in the history
fix(deploy-agent.yaml): fix typo in environment variable name for Step CI Action
  • Loading branch information
chronark committed Sep 3, 2023
1 parent 21f9b9c commit 087194d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
integration_test_preview:
name: Integration Test
runs-on: ubuntu-latest
# needs:
# - deploy_preview
needs:
- deploy_preview
steps:
- uses: actions/checkout@v3
- name: Step CI Action
uses: stepci/stepci@main
with:
workflow: "./apps/agent/e2e/workflow.json"
workflow: "apps/agent/e2e/workflow.json"
envs: "baseUrl=${{ secrets.PREVIEW_BASE_URL }} apiId=${{secrets.PREVIEW_API_ID}}"
secrets: "rootKey=${{ secrets.PREVIEW_ROOT_KEY }}"

Expand Down

0 comments on commit 087194d

Please sign in to comment.