Skip to content

Commit

Permalink
[skip actions] Configure OpenFn
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazagoni committed Dec 11, 2024
1 parent cac0846 commit 27ac14f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master

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_d78b8cef_95c5_4f94_93e3_5fa28047dc59_API_KEY }}
config_path_input: 'openfn-d78b8cef-95c5-4f94-93e3-5fa28047dc59-config.json'
5 changes: 5 additions & 0 deletions openfn-d78b8cef-95c5-4f94-93e3-5fa28047dc59-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"endpoint": "https://app.openfn.org",
"specPath": "openfn-d78b8cef-95c5-4f94-93e3-5fa28047dc59-spec.yaml",
"statePath": "openfn-d78b8cef-95c5-4f94-93e3-5fa28047dc59-state.json"
}

0 comments on commit 27ac14f

Please sign in to comment.