Skip to content

Commit f5a7d6c

Browse files
feat(workflows): update
1 parent f98361d commit f5a7d6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tools.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Update tools
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
update-tools:
8+
name: Update tools
9+
uses: atls/shared/.github/workflows/tools.yaml@master
10+
permissions: write-all

0 commit comments

Comments
 (0)