Skip to content

Commit 65e4807

Browse files
perm
1 parent 4e6e7c6 commit 65e4807

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/compile_articles.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ on:
77
branches:
88
- main
99

10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
16+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
17+
concurrency:
18+
group: "pages"
19+
cancel-in-progress: false
20+
1021
jobs:
1122
build:
1223
runs-on: ubuntu-latest
13-
permissions:
14-
contents: write
1524
steps:
1625
- uses: actions/checkout@v2
1726
- name: Set up Python 3.12

0 commit comments

Comments
 (0)