Skip to content

Commit

Permalink
Updoot
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwilliamsv1 committed Nov 3, 2023
1 parent 1cf7c2c commit eb06887
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ jobs:
- uses: actions/github-script@v6
id: create-combined-pr
name: Create Combined PR
env:
DEPENDABOT_PAT: ${{ secrets.PAT_DEPENDABOT }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.PAT_DEPENDABOT}}
script: |
const pulls = await github.paginate('GET /repos/:owner/:repo/pulls', {
owner: context.repo.owner,
Expand Down

0 comments on commit eb06887

Please sign in to comment.