Skip to content

Commit 8b02ab3

Browse files
authored
Change max daily AI credits value in frontmatter
Updated max daily AI credits from 15M to 10000 and removed shorthand equivalent.
1 parent 5b672db commit 8b02ab3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/src/content/docs/reference/frontmatter.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,7 @@ Sets a 24-hour AI Credits cap for a single workflow, aggregated across recent ru
254254
This guardrail is disabled by default when omitted, and `-1` explicitly disables it. This guardrail is skipped for `workflow_call`, `repository_dispatch`, and `workflow_dispatch` runs that carry internal `aw_context` dispatch metadata.
255255

256256
```yaml wrap
257-
max-daily-ai-credits: 15M
258-
```
259-
260-
```yaml wrap
261-
# Equivalent shorthand
262-
max-daily-ai-credits: 100M
257+
max-daily-ai-credits: 10000
263258
```
264259

265260
```yaml wrap

0 commit comments

Comments
 (0)