Skip to content

Commit d6ce6aa

Browse files
author
Chris Thach
authored
Merge branch 'main' into remove-github-token
2 parents 5b829ac + 40cca16 commit d6ce6aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/lint-test-build-publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,6 @@ jobs:
215215
restore-keys: |
216216
${{ runner.os }}-go-
217217
218-
- name: Set up Go environment
219-
shell: bash
220-
run: |
221-
echo "Setting up Go environment"
222-
echo "GOPRIVATE=github.com/open-edge-platform" >> $GITHUB_ENV
223-
git config --global url."https://${{ secrets.SYS_ORCH_GITHUB }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
224-
225218
- name: Download Go modules recursively
226219
run: find . -name "go.mod" -execdir go mod download -x \;
227220

@@ -268,13 +261,6 @@ jobs:
268261
restore-keys: |
269262
${{ runner.os }}-go-
270263
271-
- name: Set up Go environment
272-
shell: bash
273-
run: |
274-
echo "Setting up Go environment"
275-
echo "GOPRIVATE=github.com/open-edge-platform" >> $GITHUB_ENV
276-
git config --global url."https://${{ secrets.SYS_ORCH_GITHUB }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
277-
278264
- name: Download Go modules recursively
279265
run: find . -name "go.mod" -execdir go mod download -x \;
280266

0 commit comments

Comments
 (0)