Added default github token

This commit is contained in:
2023-05-24 10:37:37 +02:00
parent fc2267b495
commit b94a3d0b2b
2 changed files with 17 additions and 7 deletions

View File

@@ -31,6 +31,10 @@ inputs:
description: Can be used to avoid committing the changes
required: false
default: false
github_token:
description: GitHub Token or PAT token used to authenticate against a repository
required: false
default: ${{ github.token }}
runs:
using: 'docker'