Skip to content

Commit 486576e

Browse files
authored
fix: update go-docs-publish.yml
1 parent 51723c7 commit 486576e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go-docs-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
git add docs/
3939
git commit -m "Update Go documentation"
4040
git push origin main
41+
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" main
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4144

4245
- name: Publish to pkg.go.dev
4346
run: |

0 commit comments

Comments
 (0)