We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34565c2 commit 057c3bfCopy full SHA for 057c3bf
1 file changed
.github/workflows/ff-merge.yml
@@ -22,6 +22,7 @@ jobs:
22
path: meta-aws-demos
23
submodules: true
24
fetch-depth: 0
25
+ token: ${{ secrets.MAINTAINER_TOKEN }}
26
27
- name: merge ${{ github.event.inputs.branch }}-next into ${{ github.event.inputs.branch }}
28
working-directory: meta-aws-demos
@@ -38,4 +39,3 @@ jobs:
38
39
BRANCH_NAME: ${{ github.event.inputs.branch }}
40
run: |
41
git push -u origin ${BRANCH_NAME}
-
0 commit comments