Skip to content

Commit 0b5e0f3

Browse files
Attempt to fix permission on push issue (#675)
1 parent c0baab1 commit 0b5e0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
uses: actions/checkout@v2
5555
with:
5656
fetch-depth: 0
57+
persist-credentials: false
5758
- name: Build dpctl
5859
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
5960
shell: bash -l {0}

0 commit comments

Comments
 (0)