Skip to content

Commit

Permalink
Use PAT for merge-dependabot-pr.yml
Browse files Browse the repository at this point in the history
This would let GH to trigger SNAPSHOT workflow on push to the branch
  • Loading branch information
artembilan committed Dec 22, 2023
1 parent b789841 commit f743fb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ run-name: Merge Dependabot PR ${{ github.ref_name }}

jobs:
merge-dependabot-pr:
permissions: write-all

uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 comments on commit f743fb3

Please sign in to comment.