mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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:
parent
e31dcc95f9
commit
5b3b474862
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dispatch-workflow.yml
vendored
2
.github/workflows/dispatch-workflow.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue