We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1185c7e commit 5e74d9aCopy full SHA for 5e74d9a
.github/workflows/generate-go-docs.yaml
@@ -32,8 +32,9 @@ jobs:
32
- name: Configure git for private repository and install go doc generator
33
env:
34
GOPRIVATE: github.com/smartcontractkit/generate-go-function
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
- 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/"
38
go install github.com/smartcontractkit/generate-go-function-docs@latest
39
40
- name: Install gopls
0 commit comments