Skip to content

Commit f571222

Browse files
Explicitly pass GitHub App secrets to reusable workflow
1 parent a0b79ff commit f571222

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ on:
88
jobs:
99
call-workflow:
1010
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-x86_64.yml@{shreeya}_ciqlts9_2
11-
secrets: inherit
11+
secrets:
12+
APP_ID: ${{ secrets.APP_ID }}
13+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)