Skip to content

Commit

Permalink
fix: remove issuer url in favour of provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed Jun 15, 2024
1 parent d9a120e commit bd66171
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ signs:
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args:
- "sign-blob"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--oidc-provider=github-actions"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
- "--yes" # needed on cosign 2.0.0+
artifacts: all
- sign-blob
- '--oidc-provider=github-actions'
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
- --yes
artifacts: all
output: true

0 comments on commit bd66171

Please sign in to comment.