Skip to content

Commit

Permalink
fix: actions pats (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Mar 7, 2024
1 parent c9fc0ff commit e6ea883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_update_dependency_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.PAT_FOR_AUTO_UPDATE_DEPENDENCY_PR }}"
PR_FILTER: "labelled"
PR_LABELS: "dependencies"
MERGE_CONFLICT_ACTION: "fail"
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: gh pr merge --auto --delete-branch --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.PAT_FOR_DEPENDABOT_AUTO_MERGE}}

0 comments on commit e6ea883

Please sign in to comment.