Skip to content

Commit

Permalink
Update Platform token error message [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Feb 21, 2025
1 parent e0ba536 commit 18b6934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ class TowerClient implements TraceObserver {
? env.get('TOWER_ACCESS_TOKEN')
: session.config.navigate('tower.accessToken', env.get('TOWER_ACCESS_TOKEN'))
if( !token )
throw new AbortOperationException("Missing personal access token -- Make sure there's a variable TOWER_ACCESS_TOKEN in your environment")
throw new AbortOperationException("Missing Seqera Platform access token -- Make sure there's a variable TOWER_ACCESS_TOKEN in your environment")
return token
}

Expand Down

0 comments on commit 18b6934

Please sign in to comment.