File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ permissions:
1414env :
1515 GO_VERSION : " 1.24"
1616 DOTNET_VERSION : 9.0.x
17- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+ GITHUB_TOKEN : ${{ secrets.TECHNICAL_USER_TOKEN }}
1819 NODE_VERSION : 20.x
1920 PYTHON_VERSION : " 3.9"
2021
3435 - name : Configure Git for Private Modules
3536 run : |
3637 go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
37- git config --global url."https://gitlab-ci-token:${{ secrets.TEST_PERSONAL_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
38+ # git config --global url."https://gitlab-ci-token:${{ secrets.TEST_PERSONAL_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
3839 # TODO: remove end
3940 - name : Unshallow clone for tags
4041 run : git fetch --prune --unshallow --tags
You can’t perform that action at this time.
0 commit comments