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 5e74d9a commit 78da84cCopy full SHA for 78da84c
.github/workflows/generate-go-docs.yaml
@@ -32,9 +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: |
37
- git config --global url."https://[email protected]/".insteadOf "https://github.com/"
+ git config --global \
+ url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-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