or13/JOSE Actions
Javascript Object Signing and Encryption (JOSE) with GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 16, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: or13/jose-actions@72b2a047e9d6353900d0ee13eba9717bfb752347 # v0.0.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| resource | The resource to perform an action on | yes | — |
| action | The action to perform | yes | — |
| header | A JWS header as JSON | no | — |
| payload | A JWS payload as JSON | no | — |
| jwk | A JWK as JSON | no | — |
| jws | A Compact JWS | no | — |
Outputs
| name | description |
|---|---|
| jws | A Compact JWS |