Skip to content

Commit

Permalink
fix(ci): change GITHUB_TOKEN to REPOMGR_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles authored Aug 14, 2023
1 parent f719c12 commit 7718996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge-dependabot-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- name: 'Auto approve PR by Dependabot'
uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.REPOMGR_GITHUB_TOKEN }}"
- name: 'Comment merge command'
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN }}
github-token: ${{secrets.REPOMGR_GITHUB_TOKEN }}
script: |
await github.issues.createComment({
owner: context.repo.owner,
Expand Down

0 comments on commit 7718996

Please sign in to comment.