Skip to content

Commit ea73bb9

Browse files
committed
fix GOPRIVATE
1 parent 78da84c commit ea73bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Configure git for private repository and install go doc generator
3333
env:
34-
GOPRIVATE: github.com/smartcontractkit/generate-go-function
34+
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
3535
run: |
3636
git config --global \
3737
url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/"

0 commit comments

Comments
 (0)