Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit ee40e0a

Browse files
committed
'Auto-commit from all.sh'
1 parent a6a8d68 commit ee40e0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
if: github.event.pull_request.draft == false
1919
steps:
20+
- name: Checkout
21+
uses: actions/checkout@v4
22+
with:
23+
persist-credentials: false
2024
- name: Install Cilium CLI
2125
uses: jaxxstorm/action-install-gh-release@v2.1.0
2226
with:

0 commit comments

Comments
 (0)