Skip to content

Commit

Permalink
Merge pull request #339 from asml-mdroogle/mdroogle-secret-source
Browse files Browse the repository at this point in the history
Add secret_source to github context
  • Loading branch information
rhysd authored Sep 18, 2023
2 parents 0c6f98e + 34f128b commit 0a86b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expr_sema.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
"run_id": StringType{},
"run_number": StringType{},
"run_attempt": StringType{},
"secret_source": StringType{},
"server_url": StringType{},
"sha": StringType{},
"token": StringType{},
Expand Down

0 comments on commit 0a86b35

Please sign in to comment.