Skip to content

Commit efe6ef7

Browse files
authored
fix: examples github action
1 parent ea73843 commit efe6ef7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
private-key: ${{ secrets.GH_ACTIONS_APP_PRIVATE_KEY }}
3232
owner: ${{ github.repository_owner }}
3333
repositories: "aptos-aave-gho"
34+
35+
- name: Auth for private HTTPS git deps
36+
run: |
37+
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "https://github.com/"
3438
3539
- name: Install Aptos CLI
3640
uses: ./.github/actions/install-aptos-cli

0 commit comments

Comments
 (0)