We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b6014 commit a115318Copy full SHA for a115318
plugins/nf-tower/src/main/io/seqera/tower/plugin/TowerFusionToken.groovy
@@ -144,8 +144,8 @@ class TowerFusionToken implements FusionToken {
144
final req = new GetLicenseTokenRequest(
145
product: product,
146
version: version ?: 'unknown',
147
- workspaceId: client.getWorkspaceId(),
148
- workflowId: client.getWorkflowId()
+ workflowId: client.getWorkflowId(),
+ workspaceId: client.getWorkspaceId()
149
)
150
final key = '${product}-${version}'
151
try {
0 commit comments