ci: Don't give lint job secrets

The lint workflow doesn't seem to use any secrets,
so we shouldn't pass them.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-08-06 19:48:45 +02:00
parent e31dcc95f9
commit 5b3b474862
No known key found for this signature in database

View file

@ -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' }}