actions-marketplace-validations/Clear Token
Decrypt a key using xor. This will allow to use a Github token when jobs are triggered on pull requests from forks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bot_token_encrypted | The token encrypted using xor | yes | — |
| bot_token_xor_key | The xor key | yes | — |
Outputs
| name | description |
|---|---|
| token | The clear token in output |