Skip to content

Commit 51a2422

Browse files
committed
add all toolsets
1 parent bfb2c39 commit 51a2422

11 files changed

Lines changed: 22 additions & 1 deletion

workflows/daily-accessibility-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ safe-outputs:
1818
add-comment:
1919
discussion: true
2020
max: 5
21+
github:
22+
toolset: [all]
2123

2224
tools:
2325
playwright:

workflows/daily-backlog-burner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ safe-outputs:
2525
tools:
2626
web-fetch:
2727
web-search:
28+
github:
29+
toolset: [all]
2830
# By default this workflow allows all bash commands within the confine of Github Actions VM
2931
bash: [ ":*" ]
3032

workflows/daily-dependency-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ safe-outputs:
2121
#
2222
# By default this workflow allows all bash commands within the confine of Github Actions VM
2323
tools:
24+
github:
25+
toolset: [all]
2426
bash: [ ":*" ]
2527

2628
timeout_minutes: 15

workflows/daily-perf-improver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ safe-outputs:
2828
tools:
2929
web-fetch:
3030
web-search:
31-
31+
github:
32+
toolset: [all]
3233
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
3334
#
3435
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ safe-outputs:
1818
category: "announcements"
1919

2020
tools:
21+
github:
22+
toolset: [all]
2123
web-fetch:
2224
web-search:
2325

workflows/daily-progress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ safe-outputs:
2222
draft: true
2323

2424
tools:
25+
github:
26+
toolset: [all]
2527
web-fetch:
2628
web-search:
2729
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-qa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ safe-outputs:
2525
draft: true
2626

2727
tools:
28+
github:
29+
toolset: [all]
2830
web-fetch:
2931
web-search:
3032
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-team-status.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ safe-outputs:
1919
timeout_minutes: 15
2020

2121
tools:
22+
github:
23+
toolset: [all]
2224
web-fetch:
2325
web-search:
2426
---

workflows/daily-test-improver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ tools:
2929
web-search:
3030
# By default this workflow allows all bash commands within the confine of Github Actions VM
3131
bash: [ ":*" ]
32+
github:
33+
toolset: [all]
3234

3335
steps:
3436
- name: Checkout repository

workflows/update-docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ safe-outputs:
1414
draft: true
1515

1616
tools:
17+
github:
18+
toolset: [all]
1719
web-fetch:
1820
web-search:
1921
# By default this workflow allows all bash commands within the confine of Github Actions VM

0 commit comments

Comments
 (0)