0.1.3 • Published 1 year ago

@akiojin/delete-code-signing-github-action v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

delete-code-signing-github-action

BuildAndTest

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/delete-code-signing-github-action@v0.1.0

Example of searching by certificate type and issuer

- uses: akiojin/delete-code-signing-github-action@v0.1.0
  with:
    type: Development
    publisher: Akio Jinsenji

Arguments

Inputs

NameRequiredTypeDescription
typefalsestringSpecify the type of certificate. Possible options are: Development, Distribution
publisherfalsestringSpecify the name of the issuer if the issuer is the target of the search.
issuer-idfalsestringSpecify 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.

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago