Skip to content

Commit

Permalink
Adds Github token
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jun 13, 2024
1 parent 4a0ae2c commit 7e2f201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
id: find_branch_name
run: |
gh repo view --json nameWithOwner,defaultBranchRef | jq -r '.defaultBranchRef.name'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: echo branch name
run: echo ${{ steps.find_branch_name.outputs }}
- name: Find Pull Request
Expand Down

0 comments on commit 7e2f201

Please sign in to comment.