Skip to content

Commit 5e74d9a

Browse files
committed
try with token
1 parent 1185c7e commit 5e74d9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
- name: Configure git for private repository and install go doc generator
3333
env:
3434
GOPRIVATE: github.com/smartcontractkit/generate-go-function
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
run: |
36-
git config --global url.ssh://git@github.com/.insteadOf https://github.com/
37+
git config --global url."https://$GITHUB_TOKEN@github.com/".insteadOf "https://github.com/"
3738
go install github.com/smartcontractkit/generate-go-function-docs@latest
3839
3940
- name: Install gopls

0 commit comments

Comments
 (0)