flxbl-io/Get GitHub Token from SFP Server
Fetches a GitHub installation token from SFP Server for secure repository authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sfp-server-url | The URL to the SFP server instance (e.g., https://sfp.example.com) | yes | — |
| sfp-server-token | The SFP server authentication token (application token) | yes | — |
| repository | The repository name in owner/repo format | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| token | The generated GitHub installation token (masked in logs) |