Skip to content

Commit

Permalink
Merge pull request #11 from kipz/patch-1
Browse files Browse the repository at this point in the history
Add audience to URL
  • Loading branch information
hosom authored Apr 9, 2024
2 parents 58fe0cc + 7e867f4 commit d0cee90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionsoidc/actions-oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (c *ActionsOIDCClient) BuildTokenURL() error {
query := parsed_url.Query()
query.Set("audience", c.Audience)
parsed_url.RawQuery = query.Encode()
c.TokenRequestURL = parsed_url.String()
}
return nil
}
Expand Down

0 comments on commit d0cee90

Please sign in to comment.