Update publish-docker.yml

This commit is contained in:
Daniel Bauer
2023-05-19 09:35:54 +02:00
committed by GitHub
parent 8900e47302
commit e4982ed060

View File

@@ -52,5 +52,5 @@ jobs:
- name: Automerge dependabot PR
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
GH_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
run: gh pr merge --auto --merge "$PR_URL"