Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
cre8 and github-actions authored Mar 8, 2024
1 parent fd4ae66 commit 9dd530b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-next-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- 'main'

permissions:
contents: write
pull-requests: write
# permissions:
# contents: write
# pull-requests: write

jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: everlytic/branch-merge@1.1.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN }}
source_ref: ${{ github.ref }}
target_branch: 'next'
commit_message_template: 'chore(ci): merge main into next'

0 comments on commit 9dd530b

Please sign in to comment.