Skip to content

Commit

Permalink
Update runner.yml
Browse files Browse the repository at this point in the history
change back to SSH_DEPLOY_KEY
  • Loading branch information
dads2busy authored Feb 3, 2025
1 parent c0a2488 commit 89fa27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Push directory to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SDC_SECRET }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: .
destination-github-username: 'uva-bi-sdad'
Expand Down

0 comments on commit 89fa27c

Please sign in to comment.