Skip to content

Commit

Permalink
chore: update token use in analyze dependents workflow to unblock aut…
Browse files Browse the repository at this point in the history
…omerges
  • Loading branch information
brian-smith-tcril committed Jan 29, 2025
1 parent 69e4fb1 commit a7aac9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.requirements_bot_github_token }}
commit-message: "docs: update dependent-usage.json"
title: "docs: update dependent-usage.json"
body: "Contains automated changes to the dependent-usage.json file, which provides the data for Paragon Usage Insights."
Expand All @@ -273,10 +274,10 @@ jobs:
uses: hmarr/auto-approve-action@v4
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
github-token: ${{ secrets.requirements_bot_github_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto-merge pull request for dependent project usages
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: squash
MERGE_RETRY_SLEEP: 240000

0 comments on commit a7aac9a

Please sign in to comment.