Skip to content

Sync FlashPipe Demo Package artifacts from Tenant #9

Sync FlashPipe Demo Package artifacts from Tenant

Sync FlashPipe Demo Package artifacts from Tenant #9

name: Sync FlashPipe Demo Package IFlows from Tenant
on:
workflow_dispatch:
schedule:
- cron: "30 14 * * *" # Runs at 14:30 UTC
jobs:
sync:
runs-on: ubuntu-latest
container:
image: engswee/flashpipe:3.0.0
steps:
- uses: actions/checkout@v4
- name: 'Sync FlashPipeDemo IFlows'
uses: engswee/flashpipe-action/sync@v1
with:
tmn-host: equaliseit.it-cpi023.cfapps.eu20-001.hana.ondemand.com
oauth-host: equaliseit.authentication.eu20.hana.ondemand.com
oauth-clientid: ${{ secrets.DEV_CLIENT_ID }}
oauth-clientsecret: ${{ secrets.DEV_CLIENT_SECRET }}
package-id: FlashPipeDemo
dir-artifacts-relative: FlashPipe Demo
git-commit-msg: Update FlashPipeDemo package contents