@akiojin/delete-code-signing-github-action
v0.1.3
Published
This action removes installed certificates.
Readme
delete-code-signing-github-action
This action removes installed certificates. Certificates can be identified by specifying a search target. If you do not specify a building target, all certificates are subject to deletion.
Usage
Example of deleting all
- uses: akiojin/[email protected]Example of searching by certificate type and issuer
- uses: akiojin/[email protected]
with:
type: Development
publisher: Akio JinsenjiArguments
Inputs
| Name | Required | Type | Description |
| ----------- | -------- | -------- | -------------------------------------------------------------------------------- |
| type | false | string | Specify the type of certificate. Possible options are: Development, Distribution |
| publisher | false | string | Specify the name of the issuer if the issuer is the target of the search. |
| issuer-id | false | string | Specify the issuer identifier when the search is for the issuer identifier. |
NOTE If no argument is specified, there is no search filter, so all certificates are included.
License
Any contributions made under this project will be governed by the MIT License.
