Skip to content

Commit

Permalink
Mirror repository workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum committed Apr 7, 2024
1 parent db20f73 commit 2960a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Push to mirror Repository
run: |
git remote add mirror https://github.com/containers-mirror/ai-lab-recipes.git
git remote add mirror https://${{ TOKEN }}@github.com/containers-mirror/ai-lab-recipes.git
git push mirror main
- name: Publish Job Results to Slack
Expand Down

0 comments on commit 2960a5b

Please sign in to comment.