Skip to content

Commit

Permalink
fix: sync main into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 26, 2021
1 parent 6e48617 commit 143927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-next-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: ${{ github.ref }}
target_branch: 'develop'
commit_message_template: 'chore(ci): merge main into develop (next)'

0 comments on commit 143927c

Please sign in to comment.