Skip to content

Commit

Permalink
Merge pull request #162 from NikitaSkrynnik/fix-ci-workflow
Browse files Browse the repository at this point in the history
Fix docker-build-and-test job in CI workflow
  • Loading branch information
denis-tingaikin authored Jul 19, 2022
2 parents e11fb55 + a80f656 commit ed6edf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
if: github.repository != 'networkservicemesh/cmd-template'
uses: networkservicemesh/.github/.github/workflows/docker-build-and-test.yaml@main
secrets:
token: ${{ github.token }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed6edf7

Please sign in to comment.