Skip to content

Commit

Permalink
Update the workflow extension version to setup ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgapps authored Feb 12, 2024
1 parent b6ad8af commit cc30f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/EliteBuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
MESSAGE_THREAD_ID: ${{ secrets.MESSAGE_THREAD_ID }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -36,7 +37,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup SSH Keys and known_hosts
uses: webfactory/ssh-agent@v0.4.1
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit cc30f89

Please sign in to comment.