Skip to content

Commit 8349430

Browse files
sashashuragaryrussell
authored andcommitted
build: harden central-sync-create.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent d47226d commit 8349430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/central-sync-create.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
description: "Artifactory build number"
1111
required: true
1212

13+
permissions:
14+
contents: read # to fetch code (actions/checkout)
15+
1316
jobs:
1417
build:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)