Skip to content

Commit

Permalink
Update release-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 26, 2024
1 parent a7356fb commit 33f77de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOYMENT_KEY }}
ssh-key: ${{ secrets.RENDER_KEY }}

- name: Set up SSH for Git
run: |
# Set up SSH key authentication for git
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOYMENT_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.RENDER_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# Add GitHub to known hosts to avoid authenticity prompts
Expand Down

0 comments on commit 33f77de

Please sign in to comment.