Skip to content

Commit

Permalink
Switch the preprod TUF url
Browse files Browse the repository at this point in the history
* root-signing migration to tuf-on-ci tooling means the preprod
  repository is now published to the projects GitHub Pages url
* Otherwise the functionality is the same

This change should be done
* after root-signing has switched to tuf-on-ci
  (sigstore/root-signing#1323 merge)
* before the publishing to prod is switched on
  (sigstore/root-signing#1340)

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
  • Loading branch information
jku committed Aug 29, 2024
1 parent 96853b8 commit d43738a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-prober.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ on:
tuf_preprod_repo:
required: false
type: string
default: 'https://tuf-preprod-repo-cdn.sigstore.dev'
description: 'TUF Repo'
default: 'https://sigstore.github.io/root-signing'
description: 'Preprod TUF Repo'
tuf_root_path:
required: false
type: string
Expand Down

0 comments on commit d43738a

Please sign in to comment.