1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 02:41:36 +02:00

feat(release-please): add default token input option (#212)

This commit is contained in:
yi_Xu
2021-02-17 03:03:11 +08:00
committed by GitHub
parent 55f1c58651
commit eea7db7fda
2 changed files with 20 additions and 25 deletions

View File

@@ -3,8 +3,9 @@ description: 'automated releases based on conventional commits'
author: Google LLC
inputs:
token:
description: 'GitHub token for creating and grooming release PRs, e.g., secrets.GITHUB_TOKEN'
required: true
description: 'GitHub token for creating and grooming release PRs, defaults to using secrets.GITHUB_TOKEN'
required: false
default: ${{ github.token }}
fork:
description: 'should the PR be proposed from a fork (does not work with secrets.GITHUB_TOKEN)'
required: false