Skip to content

Commit

Permalink
testing passing secrets to called workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 5, 2023
1 parent 0c53f63 commit 8cd0109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: dev_deployment
on:
workflow_call:
inputs:
test: string
test-input:
required: true
type: string
secrets:
token:
required: true
Expand Down

0 comments on commit 8cd0109

Please sign in to comment.