Skip to content

Commit 490ed29

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

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

@@ -34,7 +35,7 @@ jobs:
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

0 commit comments

Comments
 (0)