Skip to content

Commit

Permalink
fix: Grant pull-requests: write permission for sync PR workflow (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep authored Jul 30, 2024
2 parents 92d6e86 + edb37b2 commit 2ce7406
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sync_pr_dev_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
pull-requests: write

jobs:
call_sync_branch:
uses: babylonchain/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
base_branch: 'main'
target_branch: 'dev'
reviewers: 'jrwbabylonchain,gbarkhatov,jeremy-babylonchain'
secrets: inherit
reviewers: 'jrwbabylonlab,gbarkhatov,jeremy-babylonlabs'
secrets: inherit

0 comments on commit 2ce7406

Please sign in to comment.