Using default GITHUB_TOKEN now

This commit is contained in:
2023-05-23 13:30:38 +02:00
parent 22a4101d15
commit 55de1ca890
2 changed files with 12 additions and 6 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'