Skip to content

Commit 0491921

Browse files
update prefix (#114)
1 parent 054b58c commit 0491921

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.trunk/trunk.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.12
5+
version: 1.22.15
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.7
10+
ref: v1.6.8
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
@@ -28,18 +28,18 @@ lint:
2828
- "**/*.html"
2929
- "**/*.json"
3030
enabled:
31-
31+
3232
33-
33+
3434
- git-diff-check
3535
36-
36+
3737
3838
39-
- renovate@39.233.2
39+
- renovate@40.0.6
4040
4141
42-
42+
4343
4444
actions:
4545
enabled:

src/commands/login/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ export default class LoginIndex extends Command {
141141
userId,
142142
name: 'CLI Access Key',
143143
expiresIn: 60 * 60 * 24 * 365, // 365 days
144-
prefix: 'cli',
144+
prefix: 'hyp_usr',
145+
metadata: {
146+
ownerType: 'user',
147+
ownerId: userId,
148+
},
145149
}),
146150
},
147151
)

0 commit comments

Comments
 (0)