Skip to content

Commit 15f2362

Browse files
committed
gegentest
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent dc4a304 commit 15f2362

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 12 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 }}
1817
#GITHUB_TOKEN: ${{ secrets.TECHNICAL_USER_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
NODE_VERSION: 20.x
2020
PYTHON_VERSION: "3.9"
2121

@@ -27,19 +27,9 @@ jobs:
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

0 commit comments

Comments
 (0)