Skip to content

Commit 53bad78

Browse files
Add secrets declaration to reusable workflow for GitHub App auth
1 parent 77b6760 commit 53bad78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Automated kernel build and test (x86_64)
22

33
on:
44
workflow_call:
5+
secrets:
6+
APP_ID:
7+
required: true
8+
APP_PRIVATE_KEY:
9+
required: true
510

611
permissions:
712
contents: read

0 commit comments

Comments
 (0)