Skip to content

Commit

Permalink
ci(docs.yml): perm update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent e4a3c98 commit 8d51f8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Fix Git repository permissions
run: git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Update readme according to Go doc
uses: posener/goreadme@v1
with:
Expand Down

0 comments on commit 8d51f8e

Please sign in to comment.