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