Skip to content

Commit

Permalink
use ssh deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
tudddorrr committed May 9, 2024
1 parent 0a75e6f commit 2dfec91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: tudddorrr/github-action-push-to-another-repository@main
if: "!contains(github.event.head_commit.message, '--no-release') && !contains(github.event.head_commit.message, 'pre.')"
env:
API_TOKEN_GITHUB: ${{ secrets.PAT }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: Release
destination-github-username: TaloDev
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Copy to package repo (version branch)
uses: tudddorrr/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.PAT }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: Release
destination-github-username: TaloDev
Expand Down

0 comments on commit 2dfec91

Please sign in to comment.