Skip to content

Commit

Permalink
feat: Create sync-version-branches.yml
Browse files Browse the repository at this point in the history
fix: Update sync-version-branches.yml

Token can't start with GITHUB
  • Loading branch information
BenjaminMichaelis committed Nov 8, 2023
1 parent 1e5eabc commit c49599f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync-version-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sync current released version branch with new version branch

on: [push]

jobs:
sync-branches:
name: Sync branches
runs-on: ubuntu-latest
steps:
- name: Copy commits in current released version branch with new version branch
uses: levibostian/action-sync-branches@v1
with:
behind: v13.0
ahead: v12.0
githubToken: ${{ secrets.GIT_PUSHTOKEN }}

0 comments on commit c49599f

Please sign in to comment.