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 43
43
44
44
| name | value | default | description |
45
45
| ---- | ----- | ------- | ----------- |
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). |
47
47
| branch | string | (default) | Destination branch to push changes. <br /> Can be passed in using `${{ github.ref }}`. |
48
48
| force | boolean | false | Determines if force push is used. |
49
49
| tags | boolean | false | Determines if `--tags` is used. |
You can’t perform that action at this time.
0 commit comments