Skip to content

Commit

Permalink
try ssh-key in sync to trigger build action automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanwer committed Mar 3, 2024
1 parent 43383a3 commit f7db4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_with_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: "${{secrets.COMMIT_KEY}}"

- name: Configure Git
run: |
Expand All @@ -36,5 +37,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ssh: true
branch: 'master'

0 comments on commit f7db4f7

Please sign in to comment.