Skip to content

Commit 1ac05ad

Browse files
nsmbotNSMBot
andauthored
Sync files with networkservicemesh/cmd-template (networkservicemesh#740)
This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/d25aead01d02459c40f7c073b86440351a9fcdaf commit d25aead01d02459c40f7c073b86440351a9fcdaf Author: Nikita Skrynnik <[email protected]> Date: Wed Nov 9 16:23:14 2022 +0700 add token to automerge workflow (networkservicemesh#108) Signed-off-by: Nikita Skrynnik <[email protected]> Signed-off-by: Nikita Skrynnik <[email protected]> Signed-off-by: NSMBot <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent a2c0b6d commit 1ac05ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automerge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
needs: [check-mergeability]
2424
if: ${{ needs.check-mergeability.result == 'success' }}
2525
uses: networkservicemesh/.github/.github/workflows/automerge.yaml@main
26+
secrets:
27+
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
2628

2729
resolve_conflicts:
2830
needs: [check-mergeability]

0 commit comments

Comments
 (0)