We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0387a4 commit 3414a62Copy full SHA for 3414a62
1 file changed
.github/workflows/dependabot.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: "Merge pull request"
34
uses: "actions/github-script@v8"
35
with:
36
- github-token: "${{ secrets.GITHUB_TOKEN }}"
+ github-token: "${{ secrets.IMPRESSBOT_TOKEN }}"
37
script: |
38
const pullRequest = context.payload.workflow_run.pull_requests[0]
39
const repository = context.repo
0 commit comments