We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73843 commit efe6ef7Copy full SHA for efe6ef7
.github/workflows/examples.yml
@@ -31,6 +31,10 @@ jobs:
31
private-key: ${{ secrets.GH_ACTIONS_APP_PRIVATE_KEY }}
32
owner: ${{ github.repository_owner }}
33
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/"
38
39
- name: Install Aptos CLI
40
uses: ./.github/actions/install-aptos-cli
0 commit comments