Skip to content

Commit 24adcf1

Browse files
authored
ci: Add missing contents: read permission for checkout (#522)
1 parent 39c07f1 commit 24adcf1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 15
3333
permissions:
34+
contents: read
3435
pages: write
3536
id-token: write
3637
environment:

.github/workflows/release-manual-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
permissions:
17+
contents: read
1718
pages: write
1819
id-token: write
1920
environment:

0 commit comments

Comments
 (0)