Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 4 additions & 15 deletions openhexa/cli/skeleton/.github/workflows/push-pipeline.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Configure OpenHEXA CLI
uses: blsq/openhexa-cli-action@v1
- name: Push pipeline to OpenHEXA
uses: blsq/openhexa-push-pipeline-action@v1.0.0
with:
workspace: "[[ workspace_slug ]]"
token: ${{ secrets.OH_TOKEN }}
- name: Push pipeline to OpenHEXA
run: |
openhexa pipelines push . --yes


workspace: "[[ workspace_slug ]]"
pipeline: "[[ pipeline_code ]]"