Skip to content

Commit e0e547e

Browse files
committed
chore(CI): add GH_TOKEN to dependabot approval
1 parent 4139392 commit e0e547e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: gh pr review --approve "$PR_URL"
1515
env:
1616
PR_URL: ${{ github.event.pull_request.html_url }}
17+
GH_TOKEN: ${{ github.token }}
1718
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
1819
- name: Enable auto-merge for Dependabot PRs
1920
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'

0 commit comments

Comments
 (0)