Skip to content

Commit dc4a304

Browse files
committed
another test
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 490ed29 commit dc4a304

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
env:
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

0 commit comments

Comments
 (0)