Skip to content

Commit 11bf0c7

Browse files
authored
Merge pull request #32 from github/goproxy-token
Remove use of GOPROXY and its token
2 parents ffff69f + f6f8acb commit 11bf0c7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ permissions:
1313
jobs:
1414
codeql:
1515
runs-on: ubuntu-latest
16-
env:
17-
GOPROXY: https://goproxy.githubapp.com/mod,https://proxy.golang.org/,direct
18-
GOPRIVATE: ''
19-
GONOPROXY: ''
20-
GONOSUMDB: github.com/github/*
21-
2216
steps:
23-
# From https://github.com/github/goproxy/blob/main/doc/user.md#set-up:
24-
- name: Configure Go private module access
25-
run: |
26-
echo "machine goproxy.githubapp.com login nobody password ${{ secrets.GOPROXY_TOKEN }}" >> $HOME/.netrc
27-
2817
- name: Checkout repository
2918
uses: actions/checkout@v2
3019

0 commit comments

Comments
 (0)