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 }}
18- GITHUB_TOKEN : ${{ secrets.TECHNICAL_USER_TOKEN }}
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ # GITHUB_TOKEN: ${{ secrets.TECHNICAL_USER_TOKEN }}
1919 NODE_VERSION : 20.x
2020 PYTHON_VERSION : " 3.9"
2121
@@ -28,13 +28,17 @@ jobs:
2828 uses : actions/checkout@v5
2929 # TODO: remove when this repo is made public
3030 # 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 }}
31+ # - uses: webfactory/ssh-agent@v0.6.0
32+ # with:
33+ # ssh-private-key: |
34+ # ${{ secrets.TEMP_DEPLOY_KEY }}
3535 - name : Configure Git for Private Modules
3636 run : |
37- go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
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"
3842 # git config --global url."https://gitlab-ci-token:${{ secrets.TEST_PERSONAL_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
3943 # TODO: remove end
4044 - name : Unshallow clone for tags
You can’t perform that action at this time.
0 commit comments