Skip to content

Commit 06be600

Browse files
committed
chore: stale workflows do not need to pass secrets
1 parent 6319a52 commit 06be600

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/responded.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ on:
66
jobs:
77
check-for-response:
88
uses: OpenJobDescription/.github/.github/workflows/reusable_responded.yml@mainline
9-
secrets:
10-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stale_prs_and_issues.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ on:
77
jobs:
88
check-for-stales:
99
uses: OpenJobDescription/.github/.github/workflows/reusable_stale_prs_and_issues.yml@mainline
10-
secrets:
11-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)