diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index 2e4b8ef7076..90d2f388748 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -75,8 +75,8 @@ jobs: lint: if: ${{ inputs.workflow == 'lint' }} name: Lint + # Note: The lint workflow does not need access to any secrets. uses: ./.github/workflows/lint.yml - secrets: inherit android: if: ${{ inputs.workflow == 'android' }}