We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d9e9 commit ff57834Copy full SHA for ff57834
‎.github/workflows/dependabot.yml‎
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
if: github.actor == 'dependabot[bot]'
25
env:
26
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
27
MERGE_LABELS: "dependencies"
28
MERGE_COMMIT_MESSAGE: "🔀 Automerge pull request #${{ github.event.pull_request.number }}"
29
steps:
0 commit comments