Skip to content

TomaszLizer/git-auth

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-auth

This github action allows you to authenticate git host with use of personal access token.

Motivation

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.

Parameters

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

License

Code and documentation in this project is released under the Apache 2.0 License

About

Allows to authenticate local git instance with token

Resources

License

Stars

Watchers

Forks

Packages

No packages published