Skip to content

Commit d7ac663

Browse files
committed
chore: use explicit GITHUB_TOKEN instead of secrets inherit for security
Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>
1 parent 6bad3ed commit d7ac663

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/responded.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ on:
66
jobs:
77
label-new-prs:
88
uses: OpenJobDescription/.github/.github/workflows/reusable_responded.yml@mainline
9-
secrets: inherit
9+
secrets:
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stale_prs_and_issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ on:
77
jobs:
88
label-new-prs:
99
uses: OpenJobDescription/.github/.github/workflows/reusable_stale_prs_and_issues.yml@mainline
10-
secrets: inherit
10+
secrets:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)