Skip to content

Commit a98f76c

Browse files
authored
Remove extra permissions in docs pipeline (#101)
* Combine jobs in docs deploy * Remove extra permissions
1 parent 0096bc5 commit a98f76c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ on:
2929
# Allows you to run this workflow manually from the Actions tab
3030
workflow_dispatch:
3131

32-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
33-
permissions:
34-
contents: read
35-
pages: write
36-
id-token: write
37-
3832
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
3933
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
4034
concurrency:

0 commit comments

Comments
 (0)