Skip to content

Commit 1a6adc9

Browse files
committed
fix workflows
1 parent a790210 commit 1a6adc9

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,25 @@
2020
"version": "v8",
2121
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
2222
},
23+
"actions/github-script@v9": {
24+
"repo": "actions/github-script",
25+
"version": "v9",
26+
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
27+
},
28+
"actions/upload-artifact@v7": {
29+
"repo": "actions/upload-artifact",
30+
"version": "v7",
31+
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
32+
},
2333
"actions/upload-artifact@v7.0.0": {
2434
"repo": "actions/upload-artifact",
2535
"version": "v7.0.0",
2636
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
2737
},
28-
"github/gh-aw-actions/setup@v0.66.1": {
38+
"github/gh-aw-actions/setup@v0.68.1": {
2939
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.66.1",
31-
"sha": "73ae9ce231580f337133352d321d42b6bf54b6a9"
40+
"version": "v0.68.1",
41+
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
3242
},
3343
"github/gh-aw/actions/setup@v0.66.1": {
3444
"repo": "github/gh-aw/actions/setup",

workflows/agentic-wiki-coder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99
tools:
1010
bash: true
1111
edit:
12-
write: true
1312
github:
1413
toolsets: [repos]
1514
repo-memory:

workflows/agentic-wiki-writer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ tools:
3939
max-file-count: 50
4040
github:
4141
toolsets: [default]
42-
write: {}
4342
safe-outputs:
4443
create-pull-request:
4544
title-prefix: "[agentic-wiki]"

0 commit comments

Comments
 (0)