Skip to content

Commit 2fde8bb

Browse files
ci: Trial github/evergreen action (#48)
1 parent bad150e commit 2fde8bb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/evergreen.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Weekly dependabot checks
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '3 2 * * 6'
7+
8+
permissions:
9+
issues: write
10+
11+
jobs:
12+
evergreen:
13+
name: Evergreen
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Run evergreen action
17+
uses: github/evergreen@v1
18+
env:
19+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
20+
ORGANIZATION: TanStack
21+
REPOSITORY: config

0 commit comments

Comments
 (0)