Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install seemingly fails quietly #29

Open
brennanwilkes opened this issue Sep 10, 2024 · 5 comments
Open

Install seemingly fails quietly #29

brennanwilkes opened this issue Sep 10, 2024 · 5 comments

Comments

@brennanwilkes
Copy link

brennanwilkes commented Sep 10, 2024

Pretty simple,

I'm running:

      - name: ZeroTier
        uses: zerotier/github-action@v1
        with:
          network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
          auth_token: ${{ secrets.ZEROTIER_ACCESS_TOKEN }}

and seeing the following output before experiencing a crash (with zero additional information)

Run zerotier/github-action@v1
Run zerotier/github-action/util/post@main
⏁  Installing ZeroTier
@brennanwilkes
Copy link
Author

Note: fails with both zerotier/github-action@v1 and zerotier/[email protected]

@brennanwilkes
Copy link
Author

Also seems to be frustratingly inconsistent. I was initially able to get past the issue by downgrading to v1.0.2, but subsequent pipeline runs failed all the same

@laduke
Copy link

laduke commented Sep 10, 2024

Thanks for reporting. I'm not super familiar with the internals of this action. Will try to take a look soon.

@brennanwilkes
Copy link
Author

Thanks @laduke. Apologies that I don't have more information, the crash seemingly doesn't produce logs.

Screenshot from 2024-09-10 12-18-29

2024-09-10T18:53:16.6216480Z ⏁  Installing ZeroTier
2024-09-10T18:53:16.9055188Z Post job cleanup.
2024-09-10T18:53:16.9113718Z Post job cleanup.
2024-09-10T18:53:16.9817446Z ⏁  Removing Runner from ZeroTier network
2024-09-10T18:53:17.7591245Z Success! Status code: 200
2024-09-10T18:53:17.7721890Z Post job cleanup.

@axelvazq
Copy link

@brennanwilkes I been using zerotier for my github actions consistent for months, zerotier install requires curl so make sure your runner has it.

   deploy:
    runs-on: ubuntu-latest
    steps:
      - name: ZeroTier
        uses: zerotier/[email protected]
        with:
          network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
          auth_token: ${{ secrets.ZEROTIER_CENTRAL_TOKEN }}
          ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants