Skip to content

fix: add hiro api key to request handler #49

fix: add hiro api key to request handler

fix: add hiro api key to request handler #49

Workflow file for this run

name: Deploy Development
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy CF
steps:
- uses: actions/checkout@v2
- name: Publish CF
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}