Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c74994f

Browse files
committedMay 22, 2025
fix missing secrets
1 parent 0abba77 commit c74994f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/manage_issue_header.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ on:
66

77
jobs:
88
handle-help-wanted:
9-
uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main
9+
uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main
10+
secrets:
11+
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
12+
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.