Skip to content

Commit 23cbe3e

Browse files
committed
Fix manual-example-workflow.yml
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 1383f86 commit 23cbe3e

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.github/workflows/manual-example-workflow.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Examples CD workflow on manual event
5+
6+
permissions:
7+
actions: read
8+
contents: read
9+
checks: read
10+
deployments: read
11+
discussions: read
12+
issues: read
13+
packages: read
14+
pages: read
15+
pull-requests: read
16+
repository-projects: read
17+
statuses: read
18+
security-events: read
19+
id-token: write
20+
attestations: read
21+
models: read
22+
523
on:
624
workflow_dispatch:
725
inputs:
@@ -51,7 +69,6 @@ on:
5169
required: false
5270
type: boolean
5371

54-
permissions: read-all
5572
jobs:
5673
get-test-matrix:
5774
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)