feat: default github_token to github.token

This commit is contained in:
Michaël De Boey
2021-06-18 13:39:11 +02:00
committed by GitHub
parent 8f8bc4611e
commit 1a483dfcb5
+1
View File
@@ -14,6 +14,7 @@ inputs:
github_token:
description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
required: false
default: ${{ github.token }}
personal_token:
description: 'Set a personal access token for pushing to the remote branch.'
required: false