Skip to content

Commit

Permalink
Merge pull request #534 from NikitaSkrynnik/automerge
Browse files Browse the repository at this point in the history
Add token to automerge workflow
  • Loading branch information
denis-tingaikin authored Nov 8, 2022
2 parents 02cdfef + f38a7ea commit 808dbf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
automerge:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot'}}
uses: networkservicemesh/.github/.github/workflows/automerge.yaml@main
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit 808dbf3

Please sign in to comment.