Skip to content

Commit 2dfec91

Browse files
committed
use ssh deploy key
1 parent 0a75e6f commit 2dfec91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: tudddorrr/github-action-push-to-another-repository@main
2929
if: "!contains(github.event.head_commit.message, '--no-release') && !contains(github.event.head_commit.message, 'pre.')"
3030
env:
31-
API_TOKEN_GITHUB: ${{ secrets.PAT }}
31+
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
3232
with:
3333
source-directory: Release
3434
destination-github-username: TaloDev
@@ -39,7 +39,7 @@ jobs:
3939
- name: Copy to package repo (version branch)
4040
uses: tudddorrr/github-action-push-to-another-repository@main
4141
env:
42-
API_TOKEN_GITHUB: ${{ secrets.PAT }}
42+
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
4343
with:
4444
source-directory: Release
4545
destination-github-username: TaloDev

0 commit comments

Comments
 (0)