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,8 +14,8 @@ permissions:
1414env :
1515 GO_VERSION : " 1.24"
1616 DOTNET_VERSION : 9.0.x
17- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1817 # GITHUB_TOKEN: ${{ secrets.TECHNICAL_USER_TOKEN }}
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919 NODE_VERSION : 20.x
2020 PYTHON_VERSION : " 3.9"
2121
2727 - name : Checkout
2828 uses : actions/checkout@v5
2929 # TODO: remove when this repo is made public
30- # Needed for golang in order to fetch the private modules.
31- # - uses: webfactory/ssh-agent@v0.6.0
32- # with:
33- # ssh-private-key: |
34- # ${{ secrets.TEMP_DEPLOY_KEY }}
3530 - name : Configure Git for Private Modules
3631 run : |
37- go env
38- git config --global url."https://oauth2:${TOKEN_TEST}@github.com".insteadOf "https://github.com"
39- env :
40- TOKEN_TEST : ${{ secrets.TECHNICAL_USER_TOKEN }}
41- # go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
42- # git config --global url."https://gitlab-ci-token:${{ secrets.TEST_PERSONAL_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
32+ git config --global url."https://oauth2:${GITHUB_TOKEN}@github.com".insteadOf "https://github.com"
4333 # TODO: remove end
4434 - name : Unshallow clone for tags
4535 run : git fetch --prune --unshallow --tags
You can’t perform that action at this time.
0 commit comments