This commit is contained in:
2024-09-24 10:21:21 +02:00
parent c6295485f5
commit a1a7ef7926
+2
View File
@@ -22,6 +22,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
path: './spearhead' path: './spearhead'
- name: ls
run: ls
- name: Setup credentials to access private repositories - name: Setup credentials to access private repositories
run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/ run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/
- name: Git Config - name: Git Config