Skip to content

Commit

Permalink
update roleID
Browse files Browse the repository at this point in the history
  • Loading branch information
jliempt authored Apr 29, 2024
1 parent f292d3c commit 97f28db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gcpPublishEvent.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func runGcpPublishEvent(utils gcpPublishEventUtils) error {

// this is currently returning a mock token. function will be implemented through another PR!
// roleID will come from GeneralConfig.HookConfig.OIDCConfig.RoleID
roleID := "hyperspace-pipelines"
roleID := "test"
oidcToken, err := utils.GetOIDCTokenByValidation(roleID)
if err != nil {
return errors.Wrap(err, "failed to get OIDC token")
Expand Down

0 comments on commit 97f28db

Please sign in to comment.