We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a75e6f commit 2dfec91Copy full SHA for 2dfec91
.github/workflows/create-release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: tudddorrr/github-action-push-to-another-repository@main
29
if: "!contains(github.event.head_commit.message, '--no-release') && !contains(github.event.head_commit.message, 'pre.')"
30
env:
31
- API_TOKEN_GITHUB: ${{ secrets.PAT }}
+ SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
32
with:
33
source-directory: Release
34
destination-github-username: TaloDev
@@ -39,7 +39,7 @@ jobs:
39
- name: Copy to package repo (version branch)
40
41
42
43
44
45
0 commit comments