Skip to content

Commit

Permalink
ci: fix missing KALISIO_GITHUB_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jul 4, 2024
1 parent 8918467 commit eaa7ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: bash ./scripts/init_runner.sh ${{ github.job }}
- name: Setup workspace
env:
GITHUB_DEVELOPMENT_TOKEN: ${{ secrets.GH_DEVELOPMENT_TOKEN }}
KALISIO_GITHUB_URL: ${{ secrets.KALISIO_GITHUB_URL }}
run: bash ./scripts/setup_workspace.sh
- name: Build docs
env:
Expand Down

0 comments on commit eaa7ba4

Please sign in to comment.