Skip to content

Commit

Permalink
Update pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 authored Feb 26, 2024
1 parent 7432acf commit 4fa960e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
on: [repository_dispatch]

jobs:
pull-from-lightning:
runs-on: ubuntu-latest
permissions:
contents: write
name: A job to pull changes from Lightning
steps:
- name: openfn pull and commit
uses: OpenFn/[email protected]
with:
secret_input: ${{ secrets.OPENFN_API_KEY }}
project_id_input: ${{ secrets.OPENFN_PROJECT_ID }}
commit_message_input: "user ${{ github.event.client_payload.message }}"

0 comments on commit 4fa960e

Please sign in to comment.