Skip to content

Merge branch 'main' into gha-payload-merge #91

Merge branch 'main' into gha-payload-merge

Merge branch 'main' into gha-payload-merge #91

Workflow file for this run

name: Poke Onchain Rewards Injectors

Check failure on line 1 in .github/workflows/poke_injectors.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/poke_injectors.yaml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
workflow_dispatch:
schedule:
cron: "0/5 * * * *"
env:
KEYWORDS: ${{ secrets.KEEPER_PRIVATE_WORDS }}
jobs:
merge_jsons:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run script with JSON files
run: |
cd action-scripts/brownie
pip3 install -r requirements-actions.txt
brownie run scripts/pokeInjectors.py