Skip to content

Manually run the action #24

Manually run the action

Manually run the action #24

Workflow file for this run

name: Manually run the action
on:
workflow_dispatch:
jobs:
run-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the action
uses: ./
with:
b2-key-id: ${{ secrets.META_B2_KEY_ID }}
b2-key: ${{ secrets.META_B2_KEY }}
cf-key: ${{ secrets.META_CF_KEY }}