diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 8da5bf0..94d5995 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -24,10 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - - name: Trust the GitHub SSH keys - run: | - for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts + with: + token: ${{ secrets.ACTIONS_TOKEN }} - name: Build iOS run: |