Skip to content

Commit

Permalink
try to use token for checkout (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrivachev authored Dec 15, 2023
1 parent 24de346 commit b16ac0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.WRITE_TOKEN }}

- uses: maadhattah/combine-dependabot-prs@main
with:
branchPrefix: 'dependabot'
Expand Down

0 comments on commit b16ac0e

Please sign in to comment.