Skip to content

Commit

Permalink
Merge pull request #90 from DeterminateSystems/cole/ds-1295-flakehub-…
Browse files Browse the repository at this point in the history
…push-set-local-dev-audience
  • Loading branch information
cole-h authored Oct 6, 2023
2 parents 9a3b1a0 + d44e834 commit 860b469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ impl FlakeHubPushCli {
let client = build_http_client().build()?;
let mut claims = github_actions_oidc_claims::Claims::make_dummy();
// FIXME: we should probably fill in more of these claims.
claims.aud = "flakehub-localhost".to_string();
claims.iss = "flakehub-push-dev".to_string();
claims.repository = repository.clone();
claims.repository_owner = project_owner.to_string();
Expand Down

0 comments on commit 860b469

Please sign in to comment.