Skip to content

Commit

Permalink
Change the approve-merge-dependabot-pr action so it has permissions o…
Browse files Browse the repository at this point in the history
…n private repos
  • Loading branch information
Sebastien Belin committed Apr 13, 2023
1 parent 9a346f9 commit bb15b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
jobs:
gradle-check:
name: Approve And Merge Dependabot PR
uses: interlok-tooling/reusable-workflows/.github/workflows/approve-merge-dependabot-pr.yml@main
uses: interlok-tooling/reusable-workflows/.github/workflows/approve-merge-dependabot-pr-trigger.yml@main
secrets:
DEPENDABOT_APPROVE_MERGE_GITHUB_TOKEN: ${{ secrets.DEPENDABOT_APPROVE_MERGE_GITHUB_TOKEN }}

0 comments on commit bb15b98

Please sign in to comment.