Skip to content

Commit d193403

Browse files
authored
chore: expose secrets as pipeline parameters (#4)
1 parent 8d7b84c commit d193403

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/go-cd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: Go Continuous Delivery
44

55
on:
66
workflow_call:
7+
secrets:
8+
gh_username:
9+
required: false
10+
gh_token:
11+
required: false
712
inputs:
813
go-version:
914
description: "The version of Go to use"

0 commit comments

Comments
 (0)