Sync FlashPipe Demo Package artifacts from Tenant #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |