spydercapriani/Initialize Keychain
Initialize a keychain for signing and distributing a macOS app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keychain-name | The name of the keychain to create | yes | github-actions |
| keychain-password | The password for the keychain | yes | — |
| keychain-timeout | The timeout for the keychain | no | 3600 |
| signing-certificates | The base64 encoded signing certificates | yes | — |
| signing-certificate-passphrase | The passphrase for the signing certificates | yes | — |
Outputs
| name | description |
|---|---|
| keychain-name | The name of the keychain that was created |