Setup token for git host
ActionsAbout
v1.1
LatestBy TomaszLizer
This github action allows you to authenticate git host with use of personal access token.
This action was created in order to authenticate Swift Package Manager for private repositories with inconsistent urls (https and ssh) and with use of Personal Access Token.
| Argument | Description | Format |
|---|---|---|
token |
Personal access token used for authorization (Required) |
string |
fail_if_empty_token |
If true is provided then fails job whenever token is empty (Optional default: true) |
string |
host |
git host to authenticate (Optional default: github.com) |
string |
Code and documentation in this project is released under the Apache 2.0 License
Setup token for git host is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.