Update dependabot_auto.yml

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-04-12 15:57:13 +02:00 committed by GitHub
parent 18eea9088a
commit 69d638268b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,4 +40,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL" run: gh pr merge --auto --merge "$PR_URL"
env: env:
PR_URL: ${{github.event.pull_request.html_url}} PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}