You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⏪️ revert: remove SEQERA_ACCESS_TOKEN alias support
Revert addition of SEQERA_ACCESS_TOKEN as an alias for TOWER_ACCESS_TOKEN.
The code now only supports TOWER_ACCESS_TOKEN as before.
- Remove SEQERA_ACCESS_TOKEN priority logic from TowerClient.getAccessToken()
- Remove SEQERA_ACCESS_TOKEN priority logic from PlatformHelper.getAccessToken()
- Revert error messages to only mention TOWER_ACCESS_TOKEN
- Remove updated docstrings mentioning SEQERA_ACCESS_TOKEN support
thrownewAbortOperationException("Missing Seqera Platform access token -- Make sure there's a variable SEQERA_ACCESS_TOKEN or TOWER_ACCESS_TOKEN in your environment")
389
+
thrownewAbortOperationException("Missing Seqera Platform access token -- Make sure there's a variable TOWER_ACCESS_TOKEN in your environment")
0 commit comments