Skip to content

Commit 13f758a

Browse files
Set credentials in GitHub Action
1 parent 2ef4192 commit 13f758a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-kubernetes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v5
2020
- name: Update Kubernetes
21+
env:
22+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
23+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
2124
run: uv run ./ci/update-kubernetes.py
2225
- name: Show diff
2326
id: diff

0 commit comments

Comments
 (0)