Skip to content

Commit 0a86b35

Browse files
authored
Merge pull request #339 from asml-mdroogle/mdroogle-secret-source
Add secret_source to github context
2 parents 0c6f98e + 34f128b commit 0a86b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

expr_sema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
225225
"run_id": StringType{},
226226
"run_number": StringType{},
227227
"run_attempt": StringType{},
228+
"secret_source": StringType{},
228229
"server_url": StringType{},
229230
"sha": StringType{},
230231
"token": StringType{},

0 commit comments

Comments
 (0)