Skip to content

Commit 63d7c8d

Browse files
committed
add missing permissions
1 parent 2329765 commit 63d7c8d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ on:
55
branches:
66
- feature/tsdoc
77

8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
10+
11+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12+
permissions:
13+
contents: read
14+
pages: write
15+
id-token: write
16+
17+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
18+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
19+
concurrency:
20+
group: "pages"
21+
cancel-in-progress: false
22+
823
jobs:
924
docs:
1025
environment:

0 commit comments

Comments
 (0)