Skip to content

Commit 0e2565a

Browse files
authored
ci: Add missing contents: read permission for checkout (#1128)
1 parent 8837782 commit 0e2565a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 15
2020
permissions:
21+
contents: read
2122
pages: write
2223
id-token: write
2324
environment:

.github/workflows/release-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
timeout-minutes: 15
7979
permissions:
80+
contents: read
8081
pages: write
8182
id-token: write
8283
environment:
@@ -109,6 +110,7 @@ jobs:
109110
runs-on: ubuntu-latest
110111
timeout-minutes: 15
111112
permissions:
113+
contents: read
112114
pages: write
113115
id-token: write
114116
environment:

0 commit comments

Comments
 (0)