diff options
| author | seth <[email protected]> | 2023-09-07 17:29:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 17:29:46 -0400 |
| commit | 2e4f2347a96a41f0a2eba19b50d36df1eca799f0 (patch) | |
| tree | 3c4a1d80456138c15f240b560189bdf32757aa87 /.github | |
| parent | 6634145100884d3edaa2cba4c7835139a9a45626 (diff) | |
actions: merge dependabot prs as user
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/autobot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index 0982f30..9dc8df3 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -21,4 +21,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.MERGE_TOKEN }} |
