Skip to content

Commit

Permalink
ci: ensure id_rsa file exists (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Sep 23, 2024
1 parent 6c29e4c commit bcf6bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/eco-goinfra-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Setup agent and add repo ssh key
run: |
mkdir -p ~/.ssh
touch ~/.ssh/eco-gotests.id_rsa
echo "${{ secrets.REPO_ACCESS_KEY }}" > ~/.ssh/eco-gotests.id_rsa
chmod 0600 ~/.ssh/eco-gotests.id_rsa
Expand Down

0 comments on commit bcf6bd6

Please sign in to comment.