We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8cd4b commit c9713c9Copy full SHA for c9713c9
nodes/seqera-config.html
@@ -8,7 +8,9 @@
8
<input type="number" id="node-config-input-workspaceId" placeholder="(optional)" />
9
</div>
10
<div class="form-row">
11
- <label for="node-config-input-token"><i class="icon-lock"></i> API Token</label>
+ <label for="node-config-input-token">
12
+ <i class="icon-lock"></i> API Token (<a href="https://cloud.seqera.io/tokens" target="_blank">get here</a>)
13
+ </label>
14
<input type="password" id="node-config-input-token" placeholder="Bearer token" autocomplete="off" />
15
16
</script>
0 commit comments