wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user