Skip to content

Commit 7875af7

Browse files
committed
feat(workflows): add permissions for CI/CD pull request workflow
1 parent 6a17c44 commit 7875af7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
types: [opened, reopened, synchronize]
99

10+
permissions:
11+
id-token: write
12+
contents: read
13+
1014
jobs:
1115
metadata:
1216
name: "Set CI/CD metadata"

0 commit comments

Comments
 (0)