Skip to content

Commit

Permalink
Configure OpenFn
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Dec 16, 2024
1 parent 3721b2d commit b4e9a09
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- staging

concurrency:
group: openfn-deployment
cancel-in-progress: false

jobs:
deploy-to-lightning:
runs-on: ubuntu-latest
name: A job to deploy to Lightning
permissions:
contents: write
steps:
- name: openfn deploy
uses: openfn/[email protected]
with:
secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }}
config_path_input: ' ./openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json'

0 comments on commit b4e9a09

Please sign in to comment.