Skip to content

Bump the python-packages group across 1 directory with 4 updates #51

Bump the python-packages group across 1 directory with 4 updates

Bump the python-packages group across 1 directory with 4 updates #51

Workflow file for this run

name: API Deployment Endpoint
on: [push]
jobs:
api_request_job:
runs-on: ubuntu-latest
steps:
- name: Make API Request
run: |
# Use curl or other HTTP client to make the API request
curl -X GET https://mobilelotw.org/api/v1/deploy?API_KEY=${{ secrets.API_KEY }}