Thanks to visit codestin.com
Credit goes to github.com

Skip to content

frankdejonge/use-github-token

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

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use GitHub Token action

This action configures git to use an access token.

You can obtain a personal access token in the develop settings page.


Inputs

authentication

Required The authentication value used for authenticating against github.com.

name

Optional The user.name git config value.

email

Optional The user.email git config value.

Example usage

uses: frankdejonge/use-github-token
with:
  authentication: 'your_username:${{ secrets.YOUR_SECRET_TOKEN }}'

Optional values:

uses: frankdejonge/use-github-token
with:
  authentication: 'your_username:${{ secrets.YOUR_SECRET_TOKEN }}'
  name: 'Your Name'
  email: '[email protected]'

About

Action to use a GitHub token

Resources

Stars

Watchers

Forks

Packages

No packages published