leonhard-s / auraxium

A high-level Python wrapper for the PlanetSide 2 API.
https://auraxium.readthedocs.io/
MIT License
28 stars 8 forks source link

Fix unit test workflow for forks #41

Closed leonhard-s closed 1 year ago

leonhard-s commented 3 years ago

Forked repositories do not have access to the unencrypted GitHub secrets, which causes the unit tests to fail.

Organisations and private repositories can pass these secrets along, but public repositories currently cannot, so we will have to skip the tests that require secrets on forked repositories.

leonhard-s commented 1 year ago

Fixed in a51e8f4