diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cd5c80..7c572b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,8 @@ jobs: name: npm url: https://www.npmjs.com/package/expo-alternate-app-icons steps: + - run: | + git config --global --add url."git@github.com:".insteadOf "https://github.com/" - uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN }}