Skip to content

Commit d9e7264

Browse files
committed
Fix
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 26cb531 commit d9e7264

19 files changed

Lines changed: 45 additions & 10 deletions

.github/workflows/_gmc-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# This workflow will only test GMC pipeline and will not install GMC any more
55
name: Single GMC E2e Test For CD Workflow Call
6-
6+
permissions:
7+
contents: read
78
on:
89
workflow_call:
910
inputs:

.github/workflows/_gmc-workflow.yml

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

44
name: Build and deploy GMC system on call and manual
5-
5+
permissions:
6+
contents: read
67
on:
78
workflow_dispatch:
89
inputs:

.github/workflows/dockerhub-description.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Update Docker Hub Description
5+
permissions:
6+
contents: read
57
on:
68
schedule:
79
- cron: "0 0 * * 0"

.github/workflows/manual-docker-clean.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Clean up container on manual event
5+
permissions:
6+
contents: read
57
on:
68
workflow_dispatch:
79
inputs:

.github/workflows/manual-freeze-tag.yml

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

44
name: Freeze OPEA images release tag
5-
5+
permissions:
6+
contents: read
67
on:
78
workflow_dispatch:
89
inputs:

.github/workflows/manual-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build specific images on manual event
5+
permissions:
6+
contents: read
57
on:
68
workflow_dispatch:
79
inputs:

.github/workflows/manual-reset-local-registry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Clean up Local Registry on manual event
5+
permissions:
6+
contents: read
57
on:
68
workflow_dispatch:
79
inputs:

.github/workflows/mix-trellix.yml

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

44
name: Trellix Command Line Scanner
5-
5+
permissions:
6+
contents: read
67
on:
78
workflow_dispatch:
89
schedule:

.github/workflows/nightly-docker-build-publish.yml

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

44
name: Nightly build/publish latest docker images
5-
5+
permissions:
6+
contents: read
67
on:
78
schedule:
89
- cron: "30 14 * * 1-5" # UTC time

.github/workflows/pr-chart-e2e.yml

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

44
name: E2E Test with Helm Charts
5-
5+
permissions:
6+
contents: read
67
on:
78
pull_request_target:
89
branches: [main]

0 commit comments

Comments
 (0)