Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/token-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
branch: main
name: token-baseline
path: baseline
workflow: token-baseline.yml
if_no_artifact_found: warn

- name: Get secrets
Expand Down
2 changes: 1 addition & 1 deletion tools/folder.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

type CreateFolderParams struct {
Title string `json:"title" jsonschema:"required,description=The title of the folder."`
Title string `json:"title" jsonschema:"required,description=The title of the folder. This is a test to check whether the token checker in CI is working correctly. It should pick up a slight increase in tokens. Ideally it would flag the exact tool but I guess that's a lot to ask right now. We can always update it later."`
UID string `json:"uid,omitempty" jsonschema:"description=Optional folder UID. If omitted\\, Grafana will generate one."`
ParentUID string `json:"parentUid,omitempty" jsonschema:"description=Optional parent folder UID. If set\\, the folder will be created under this parent."`
}
Expand Down
Loading