Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit d23d934

Browse files
authored
Fix: deploy workflow (#2)
Co-authored-by: bxvtr <bxvtr@users.noreply.github.com>
1 parent 4f32ff7 commit d23d934

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy_argo_template.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
3535
- name: Apply secrets
3636
run: |
37-
sudo microk8s kubectl -n $K8S_NAMESPACE create secret generic github-git-creds \
38-
--from-literal=token=${{ secrets.GITHUB_TOKEN }} \
39-
--dry-run=client -o yaml | sudo microk8s kubectl apply -f -
40-
4137
sudo microk8s kubectl -n $K8S_NAMESPACE create secret docker-registry ghcr-secret \
4238
--docker-server=ghcr.io \
4339
--docker-username=git \

0 commit comments

Comments
 (0)