Skip to content

Commit 6bfa1ad

Browse files
committed
[skip actions] Configure OpenFn
1 parent fd03840 commit 6bfa1ad

2 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
concurrency:
7+
group: openfn-deployment
8+
cancel-in-progress: false
9+
10+
jobs:
11+
deploy-to-lightning:
12+
runs-on: ubuntu-latest
13+
name: A job to deploy to Lightning
14+
permissions:
15+
contents: write
16+
steps:
17+
- name: openfn deploy
18+
uses: openfn/[email protected]
19+
with:
20+
secret_input: ${{ secrets.OPENFN_3f789c20_4af7_47aa_81cd_511b22105623_API_KEY }}
21+
config_path_input: 'openfn-3f789c20-4af7-47aa-81cd-511b22105623-config.json'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"endpoint": "https://app.openfn.org",
3+
"specPath": "openfn-3f789c20-4af7-47aa-81cd-511b22105623-spec.yaml",
4+
"statePath": "openfn-3f789c20-4af7-47aa-81cd-511b22105623-state.json"
5+
}

0 commit comments

Comments
 (0)