Skip to content

Commit 1941bf3

Browse files
authored
chore(actions): documentation missing token permissions (#374)
1 parent 2ad9201 commit 1941bf3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
- prereleased
1919

2020

21+
permissions:
22+
contents: write
23+
2124

2225
jobs:
2326
prepare:
@@ -29,8 +32,6 @@ jobs:
2932

3033
steps:
3134
- uses: actions/checkout@v4
32-
with:
33-
token: ${{ secrets.ACCESS_TOKEN }}
3435

3536
- name: Find Latest Tag
3637
id: latest_tag
@@ -56,7 +57,6 @@ jobs:
5657
- uses: actions/checkout@v4
5758
with:
5859
fetch-depth: 0
59-
token: ${{ secrets.ACCESS_TOKEN }}
6060

6161
- name: Configurating Git
6262
run: |

0 commit comments

Comments
 (0)