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 May 2, 2024
1 parent 3a9a49a commit 2aca731
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- master

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_4b31fe8d_913a_402e_ad04_f8f36befaaf5_API_KEY }}
config_path_input: 'prod-config.json'

0 comments on commit 2aca731

Please sign in to comment.