Skip to content

Commit 057c3bf

Browse files
committed
ci: use MAINTAINER_TOKEN for ff-merge push
1 parent 34565c2 commit 057c3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ff-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
path: meta-aws-demos
2323
submodules: true
2424
fetch-depth: 0
25+
token: ${{ secrets.MAINTAINER_TOKEN }}
2526

2627
- name: merge ${{ github.event.inputs.branch }}-next into ${{ github.event.inputs.branch }}
2728
working-directory: meta-aws-demos
@@ -38,4 +39,3 @@ jobs:
3839
BRANCH_NAME: ${{ github.event.inputs.branch }}
3940
run: |
4041
git push -u origin ${BRANCH_NAME}
41-

0 commit comments

Comments
 (0)