Skip to content

Commit

Permalink
ci: use personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Jul 3, 2023
1 parent 88d8951 commit 26653c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
name: Fetch dependency metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}"
- id: merge
name: Merge PR
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge ${{ github.event.pull_request.number }} --merge
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}"

0 comments on commit 26653c1

Please sign in to comment.