This action configures git to use an access token.
You can obtain a personal access token in the develop settings page.
Required The authentication value used for authenticating against github.com.
Optional The user.name git config value.
Optional The user.email git config value.
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: 'your-email@example.com'