Skip to content

Commit ff458db

Browse files
Merge pull request #60 from is-cool-me/LightHostingFree-patch-2
Update dependabot-merge.yml
2 parents 68204af + 4754bd4 commit ff458db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dependabot-merge.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
id: dependabot-metadata
2020
uses: dependabot/fetch-metadata@v1.1.1
2121
with:
22-
github-token: "${{ secrets.GITHUB_TOKEN }}"
22+
github-token: "${{ secrets.BOT }}"
2323
# Here the PR gets approved.
2424
- name: Approve a PR
2525
run: gh pr review --approve "$PR_URL"
2626
env:
2727
PR_URL: ${{ github.event.pull_request.html_url }}
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.BOT }}
2929
# Finally, this sets the PR to allow auto-merging for patch and minor
3030
# updates if all checks pass
3131
- name: Enable auto-merge for Dependabot PRs
3232
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
3333
run: gh pr merge --auto --squash "$PR_URL"
3434
env:
3535
PR_URL: ${{ github.event.pull_request.html_url }}
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.BOT }}

0 commit comments

Comments
 (0)