From 08cf23ace12c082814b328b338f4b65b53fe447c Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Mon, 2 Oct 2023 15:04:15 -0600
Subject: [PATCH] try chmoding key

---
 apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py | 1 +
 ci/push-package.template.yml                                    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py b/apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py
index 978ff0cc3..8ec6beed9 100644
--- a/apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py
+++ b/apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py
@@ -15,6 +15,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with Workspaces.  If not, see <https://www.gnu.org/licenses/>.
+
 import logging
 import socket
 from typing import Dict
diff --git a/ci/push-package.template.yml b/ci/push-package.template.yml
index ea92b88cd..889e518ca 100644
--- a/ci/push-package.template.yml
+++ b/ci/push-package.template.yml
@@ -7,6 +7,7 @@
       - eval $(ssh-agent -s)
       - chmod 700 ~/.ssh
       - echo "$SSH_PRIVATE_KEY" | ssh-add - > ~/.ssh/id_rsa
+      - chmod 600 ~/.ssh/id_rsa
       - '[[ -f /.dockerenv ]] && echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config'
     script:
       - mkdir -p /home/ssa/bin
-- 
GitLab