File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 concurrency :
1414 group : ${{ github.ref }}
1515 cancel-in-progress : true
16- uses : platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@main
16+ uses : platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@ci/with-token-arg
1717 secrets : inherit
1818 with :
1919 imageTagName : ghcr.io/platform-mesh/rebac-authz-webhook
Original file line number Diff line number Diff line change @@ -47,8 +47,10 @@ tasks:
4747 env :
4848 GOPRIVATE : github.com/platform-mesh
4949 GO111MODULE : on
50- PLATFORMMESH_TOKEN : ${PLATFORMMESH_TOKEN }
50+ PLATFORM_MESH_TOKEN : ${PLATFORM_MESH_TOKEN }
5151 cmds :
52+ -
echo "https://openmfp:[email protected] " >> $HOME/.git-credentials 53+ - git config --global url."https://${PLATFORM_MESH_TOKEN}@github.com/".insteadOf "https://github.com/"
5254 - go test -count=1 ./... {{.ADDITIONAL_COMMAND_ARGS}}
5355 cover :
5456 cmds :
You can’t perform that action at this time.
0 commit comments