We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c01ee commit f32de31Copy full SHA for f32de31
bin/smoketest
@@ -28,7 +28,7 @@ File.write("smoketest-gem-home/Gemfile", <<~RUBY)
28
RUBY
29
30
id_token ||= Net::HTTP.get_response(
31
- URI(ENV.fetch("ACTIONS_ID_TOKEN_REQUEST_URL")),
+ URI(ENV.fetch("ACTIONS_ID_TOKEN_REQUEST_URL") + "&audience=#{URI.encode_uri_component("sigstore")}"),
32
{ "Authorization" => "bearer #{ENV.fetch("ACTIONS_ID_TOKEN_REQUEST_TOKEN")}" },
33
&:value
34
).body
0 commit comments