diff --git a/README.md b/README.md index 8e12410..09c9d4f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ jobs: pr_milestone: "Milestone 1" # Milestone name pr_draft: true # Creates pull request as draft pr_allow_empty: true # Creates pull request even if there are no changes - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.CUSTOM_GH_TOKEN }} # If blank, default: secrets.GITHUB_TOKEN ``` ### Outputs diff --git a/action.yml b/action.yml index 5372cbd..bb686ad 100644 --- a/action.yml +++ b/action.yml @@ -42,6 +42,7 @@ inputs: github_token: description: GitHub token secret required: true + default: ${{ github.token }} outputs: pr_url: description: 'Pull request URL'