feat(gh-85): take git tokens from environment

This commit is contained in:
Andrea Lamparelli 2023-12-06 10:59:11 +01:00
parent aac73bf7c5
commit 9d712aa5a3
No known key found for this signature in database
GPG key ID: 93BA483DB80AC3FB
17 changed files with 456 additions and 24 deletions

View file

@ -15,7 +15,7 @@ inputs:
required: false
default: "false"
auth:
description: "GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)"
description: "GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT), if not provided will look for existing env variables like GITHUB_TOKEN"
default: ${{ github.token }}
required: false
git-user: