added secrets and changed github_token name
This commit is contained in:
parent
604c1acf2f
commit
1175245547
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
GITHUB_TOKEN: ${{secrets.GHUB_TOKEN}}
|
||||
Loading…
Reference in a new issue