From d14bf627a6941b07fe7c15fa4b719a73c14af26c Mon Sep 17 00:00:00 2001 From: jr20xx Date: Sun, 8 Dec 2024 19:59:49 -0500 Subject: [PATCH] Added "secrets: inherit" to the testing workflow --- .github/workflows/test_workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 94b8c41..4c97350 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -8,4 +8,5 @@ jobs: name: Testing shared workflow uses: jr20xx/apk-builder-workflow/.github/workflows/build_release_apk.yml@main with: - app-name: 'SplitMe' \ No newline at end of file + app-name: 'SplitMe' + secrets: inherit \ No newline at end of file