Skip to content

Commit 1a01d53

Browse files
authored
Just use DOCUMENTER_KEY
1 parent 8eee7fe commit 1a01d53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name: Documentation
2-
permissions:
3-
actions: write
4-
contents: read
52
on:
63
pull_request:
74
branches: [master]
@@ -21,3 +18,4 @@ jobs:
2118
- uses: julia-actions/julia-docdeploy@v1
2219
env:
2320
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)