diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 4a09558..6380c40 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -114,11 +114,13 @@ lgbt licend licstart lightpanda +LIMSA Linting linuxbrew LLU loadbalancer lol +LOMINSA maintainership malware mcr diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index cb68a2a..22dbdb7 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -3,7 +3,7 @@ name: Docs deploy on: workflow_dispatch: push: - branches: [ "main" ] + branches: ["main"] permissions: contents: read @@ -24,7 +24,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 - - name: Log into registry + - name: Log into registry uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: registry: ghcr.io @@ -52,13 +52,13 @@ jobs: - name: Apply k8s manifests to aeacus uses: actions-hub/kubectl@e81783053d902f50d752d21a6d99cf9689a652e1 # v1.33.0 env: - KUBE_CONFIG: ${{ secrets.AEACUS_KUBECONFIG }} + KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} with: args: apply -k docs/manifest - name: Apply k8s manifests to aeacus uses: actions-hub/kubectl@e81783053d902f50d752d21a6d99cf9689a652e1 # v1.33.0 env: - KUBE_CONFIG: ${{ secrets.AEACUS_KUBECONFIG }} + KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} with: args: rollout restart -n default deploy/anubis-docs