mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 05:12:37 +00:00
Merge pull request #9947 from stevenhorsman/fix-cleanups-workflow-secret
gha: ci: Remove incorrect secrets line
This commit is contained in:
commit
4fd820abd2
1
.github/workflows/cleanup-resources.yaml
vendored
1
.github/workflows/cleanup-resources.yaml
vendored
@ -7,7 +7,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
cleanup-resources:
|
cleanup-resources:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
secrets: inherit
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup resources
|
- name: Cleanup resources
|
||||||
run: python3 tests/cleanup_resources.py
|
run: python3 tests/cleanup_resources.py
|
||||||
|
Loading…
Reference in New Issue
Block a user