@akiojin/delete-code-signing-github-action

0.1.3 • Public • Published

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

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.

Readme

Keywords

Package Sidebar

Install

npm i @akiojin/delete-code-signing-github-action

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

186 kB

Total Files

16

Last publish

Collaborators

  • akiojin