Skip to content

Commit a453d75

Browse files
authored
Merge branch 'main' into 68-integrate-model-orphans-reporting
2 parents 0cca8c8 + 56518cd commit a453d75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publishartifact.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ on:
1515

1616
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1717
permissions:
18-
contents: write
18+
contents: read
1919
pages: write
2020
id-token: write
21+
deployments: write
2122

2223
jobs:
2324
publish:

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66

77
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
88
permissions:
9-
contents: write
9+
contents: read
1010
pages: write
1111
id-token: write
12+
deployments: write
1213

1314
jobs:
1415
prepareVersion:

0 commit comments

Comments
 (0)