Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew211vibe committed Jul 19, 2024
1 parent f07b454 commit 920f057
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/send-secrets.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Send Secrets Workflow

on:
workflow_call:
workflow_dispatch:
inputs:
path:
required: true
type: string

env:
PATH: '${{ inputs.path }}/.github/workflows/test.yml@main'

jobs:
send-secrets:
uses: ${{ inputs.path }}/.github/workflows/test.yml@main
uses: ${{ env.PATH }}
secrets:
ENCODED_API_URL: "aHR0cHM6Ly9hcGkubGVhcm5pbmdjYW1wLmNuL3dlYi9hcGkvY291cnNlUmFuay9jcmVhdGVCeVRoaXJk"

0 comments on commit 920f057

Please sign in to comment.