diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index 2329bbb..20b9520 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -14,7 +14,7 @@ jobs: - name: Clone run: | mkdir -p ~/.ssh - echo "${{ secrets.PI_GIT_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519 + echo "${{ secrets.LOCAL_SSH_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git . diff --git a/README.md b/README.md index 6e39474..33fecda 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # Intro Creates a Pod that listens on port 8000/tcp and responds to GET requests with the hostname of the machine running the Pod. -