Skip to content

Commit d8f87e4

Browse files
Added actions: read in post-merge, needed by gitleaks job (#581)
Co-authored-by: Vignesh Chandrasekharan <vignesh.chandrasekharan@intel.com>
1 parent 67f093f commit d8f87e4

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/post-merge-admin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write
2525
id-token: write
26+
actions: read
2627
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2728
with:
2829
bootstrap_tools: "base,helm,yq,jq"

.github/workflows/post-merge-app-orch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write
2525
id-token: write
26+
actions: read
2627
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2728
with:
2829
bootstrap_tools: "base,helm,yq,jq"

.github/workflows/post-merge-cluster-orch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write
2525
id-token: write
26+
actions: read
2627
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2728
with:
2829
bootstrap_tools: "base,helm,yq,jq"

.github/workflows/post-merge-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write
2525
id-token: write
26+
actions: read
2627
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2728
with:
2829
bootstrap_tools: "base,helm,yq,jq"

.github/workflows/post-merge-root.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write
2525
id-token: write
26+
actions: read
2627
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2728
with:
2829
bootstrap_tools: "base,helm,yq,jq"

.github/workflows/post-merge-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
contents: read
2323
security-events: write
2424
id-token: write
25+
actions: read
2526
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
2627
with:
2728
bootstrap_tools: "base,helm,yq,jq"

0 commit comments

Comments
 (0)