Skip to content

Commit 8c1565f

Browse files
kubestellar-hive[bot]GitHub CopilotCopilot
authored
🌱 Remove unnecessary secrets:inherit from 4 reusable workflows (#16094)
These workflows call kubestellar/infra reusable workflows that declare no secrets inputs and only need the automatic GITHUB_TOKEN. Passing secrets:inherit exposes all repository secrets unnecessarily. Signed-off-by: GitHub Copilot <copilot@github.com> Co-authored-by: GitHub Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d70dde3 commit 8c1565f

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/add-help-wanted.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ permissions:
1010
jobs:
1111
label:
1212
uses: kubestellar/infra/.github/workflows/reusable-add-help-wanted.yml@5c7fdcdde035388fa2df43d860d2372c2dd3e3ed # main
13-
secrets: inherit

.github/workflows/feedback.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ permissions:
1111
jobs:
1212
feedback:
1313
uses: kubestellar/infra/.github/workflows/reusable-feedback.yml@5c7fdcdde035388fa2df43d860d2372c2dd3e3ed # main
14-
secrets: inherit

.github/workflows/label-helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ permissions:
1212
jobs:
1313
label-helper:
1414
uses: kubestellar/infra/.github/workflows/reusable-label-helper.yml@5c7fdcdde035388fa2df43d860d2372c2dd3e3ed # main
15-
secrets: inherit

.github/workflows/stale.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ permissions:
1111
jobs:
1212
stale:
1313
uses: kubestellar/infra/.github/workflows/reusable-stale.yml@5c7fdcdde035388fa2df43d860d2372c2dd3e3ed # main
14-
secrets: inherit

0 commit comments

Comments
 (0)