Skip to content

Commit 7b40808

Browse files
authored
write access to push ghpages
1 parent fbfe350 commit 7b40808

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,13 @@ jobs:
9494
runs-on: ubuntu-latest
9595
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
9696
needs: [lint, test, coverage]
97+
permissions:
98+
contents: write
9799
steps:
98100
- name: Checkout code
99101
uses: actions/checkout@v4
100-
102+
with:
103+
fetch-depth: 0
101104
- name: Set up Python
102105
uses: actions/setup-python@v5
103106
with:

0 commit comments

Comments
 (0)