Skip to content

Commit

Permalink
root-signing-staging: Do not use the new role yet (#400)
Browse files Browse the repository at this point in the history
This is a revert of half of #395.

'pulumi up' fails with this:
  422 Role `write-with-bypass` is not available for the
  sigstore/root-signing-staging repository.

I'm not sure why the custom role is not found. Let's revert this
and I will investigate.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku authored Feb 8, 2024
1 parent 96a204a commit db18e80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,9 @@ repositories:
- username: jku
permission: admin
- username: sigstore-bot
permission: write-with-bypass
permission: push
- username: sigstore-review-bot
permission: push
teams:
- name: tuf-root-signing-staging-codeowners
id: 8790813
Expand Down

0 comments on commit db18e80

Please sign in to comment.