Skip to content

fixes rqworker command #3

fixes rqworker command

fixes rqworker command #3

Workflow file for this run

name: JPS Manifest
on:
push:
branches:
- master
jobs:
update-manifest:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
- name: Install Python Dependencies
run: pip install requests
- name: Run Update Script
env:
JELASTIC_TOKEN: ${{ secrets.JELASTIC_TOKEN }}
run: python .github/jca.py