File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343
4444| name | value | default | description |
4545| ---- | ----- | ------- | ----------- |
46- | github_token | string | ` ${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/ actions/reference/authentication-in-a-workflow #using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github /creating-a-personal-access-token). |
46+ | github_token | string | ` ${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/actions/security-guides/automatic-token-authentication #using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure /creating-a-personal-access-token). |
4747| branch | string | (default) | Destination branch to push changes. <br /> Can be passed in using `${{ github.ref }}`. |
4848| force | boolean | false | Determines if force push is used. |
4949| tags | boolean | false | Determines if `--tags` is used. |
You can’t perform that action at this time.
0 commit comments