We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7b84c commit d193403Copy full SHA for d193403
1 file changed
.github/workflows/go-cd.yaml
@@ -4,6 +4,11 @@ name: Go Continuous Delivery
4
5
on:
6
workflow_call:
7
+ secrets:
8
+ gh_username:
9
+ required: false
10
+ gh_token:
11
12
inputs:
13
go-version:
14
description: "The version of Go to use"
0 commit comments