We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9201 commit 1941bf3Copy full SHA for 1941bf3
1 file changed
.github/workflows/docs.yaml
@@ -18,6 +18,9 @@ on:
18
- prereleased
19
20
21
+permissions:
22
+ contents: write
23
+
24
25
jobs:
26
prepare:
@@ -29,8 +32,6 @@ jobs:
29
32
30
33
steps:
31
34
- uses: actions/checkout@v4
- with:
- token: ${{ secrets.ACCESS_TOKEN }}
35
36
- name: Find Latest Tag
37
id: latest_tag
@@ -56,7 +57,6 @@ jobs:
56
57
58
with:
59
fetch-depth: 0
60
61
- name: Configurating Git
62
run: |
0 commit comments