Skip to content

Commit

Permalink
Automate GitHub Workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Aug 12, 2020
1 parent 81f643e commit bde2f67
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/proaction.yaml
@@ -0,0 +1,19 @@
on:
schedule:
- cron: "0 0 * * *"

jobs:
run-proaction:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

- uses: proactionhq/proaction/action@v0.4.7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: peter-evans/create-pull-request@v2
with:
commit-message: "[proaction] updating workflow"
title: Updating workflow from Proaction
token: $${{ secrets.PROACTION_TOKEN }}

0 comments on commit bde2f67

Please sign in to comment.