Skip to content

Commit

Permalink
ci: Trial github/evergreen action (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Feb 27, 2024
1 parent bad150e commit 2fde8bb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/evergreen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Weekly dependabot checks

on:
workflow_dispatch:
schedule:
- cron: '3 2 * * 6'

permissions:
issues: write

jobs:
evergreen:
name: Evergreen
runs-on: ubuntu-latest
steps:
- name: Run evergreen action
uses: github/evergreen@v1
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORGANIZATION: TanStack
REPOSITORY: config

0 comments on commit 2fde8bb

Please sign in to comment.