Skip to content

Commit

Permalink
Create ssh folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 23, 2025
1 parent 720bdeb commit 00607bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecs/scripts/generate-pr-to-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ configure_git() {
git config --global user.name "${COMMITTER_USERNAME}"

# Store the SSH key pair so Git can read it.
mkdir -p ~/.ssh/
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_ed25519_bot
echo "${SSH_PUBLIC_KEY}" > ~/.ssh/id_ed25519_bot.pub
chmod 600 ~/.ssh/id_ed25519_bot
Expand Down
1 change: 1 addition & 0 deletions ecs/states-inventory-hardware/fields/subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fields:
groups: {}
id: {}
name: {}
type: {}
host:
fields: "*"
observer:
Expand Down

0 comments on commit 00607bb

Please sign in to comment.