Skip to content

Commit 3099a42

Browse files
committed
fix: checkout cluster repo
1 parent bd5dedd commit 3099a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333
with:
34+
token: ${{ secrets.TOKEN_GITHUB }}
3435
repository: ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
3536
ref: refs/heads/dev
3637

0 commit comments

Comments
 (0)