mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
ci: Don't give lint job secrets (#38504)
The lint workflow doesn't seem to use any secrets, so we shouldn't pass them. Testing: [mach try](https://github.com/servo/servo/actions/runs/16784528217/job/47531648483) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
a99ad240a0
commit
edf80576d5
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