Skip to content

Commit ff57834

Browse files
committed
👷 Update workflow
1 parent c54d9e9 commit ff57834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/dependabot.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
if: github.actor == 'dependabot[bot]'
2525
env:
26-
GITHUB_TOKEN: ${{ github.token }}
26+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2727
MERGE_LABELS: "dependencies"
2828
MERGE_COMMIT_MESSAGE: "🔀 Automerge pull request #${{ github.event.pull_request.number }}"
2929
steps:

0 commit comments

Comments
 (0)