Skip to content

Commit

Permalink
Update sync-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Nov 6, 2022
1 parent 2c08437 commit 6deea42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
with:

# Private Keys
ssh_private_key: ${{ secrets.KCW_PAT }} # optional
source_ssh_private_key: ${{ secrets.KCW_PAT }} # optional, will override `SSH_PRIVATE_KEY`
destination_ssh_private_key: ${{ secrets.KCW_PAT }} # optional, will override `SSH_PRIVATE_KEY`
ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional
source_ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional, will override `SSH_PRIVATE_KEY`
destination_ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional, will override `SSH_PRIVATE_KEY`



Expand Down

0 comments on commit 6deea42

Please sign in to comment.