fusioncoe/My JavaScript Action
A simple GitHub Action written in JavaScript
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authority | The application id to authenticate with. | no | https://login.microsoftonline.com/ |
| client_id | The application id to authenticate with. | yes | — |
| client_secret | The client secret to authenticate with. Required if authenticating with app-id. | yes | — |
| tenant_id | Tenant id if using app-id & client secret to authenticate. | yes | — |
| scope | scope | no | https://graph.microsoft.com/.default |
Outputs
| name | description |
|---|---|
| authorization_header | Bearer header used to make api calls. |