Skip to content

Commit d7f3cf4

Browse files
committed
ci: Github access issue
1 parent d7393df commit d7f3cf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ on:
33
- push
44
- pull_request
55

6+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
12+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
13+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
14+
concurrency:
15+
group: 'pages'
16+
cancel-in-progress: true
17+
618
jobs:
719
test:
820
name: 'Test'

0 commit comments

Comments
 (0)