Skip to content

Commit 372f08e

Browse files
committed
[DEVOPS-4311] ci: add missing contents read permission
1 parent 76d0c93 commit 372f08e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ jobs:
512512
runs-on: ubuntu-latest
513513
permissions:
514514
attestations: write
515+
contents: read
515516
id-token: write
516517

517518
steps:
@@ -582,6 +583,7 @@ jobs:
582583
runs-on: ubuntu-latest
583584
permissions:
584585
attestations: write
586+
contents: read
585587
id-token: write
586588

587589
steps:

0 commit comments

Comments
 (0)