This commit is contained in:
2024-09-24 08:25:54 +02:00
parent 9441204768
commit 4e21372564
+2
View File
@@ -14,6 +14,8 @@ jobs:
run:
working-directory: .
steps:
- name: Setup credentials to access private repositories
run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/
- name: Push readme to another repository
uses: nkoppel/push-files-to-another-repository@v1.1.3
env: