Skip to content

Update Deps

Update Deps #844

name: Update Deps
on:
workflow_dispatch: {}
schedule:
- cron: "0 10 * * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.MELLBOT_APP_ID }}
private_key: ${{ secrets.MELLBOT_PK }}
- uses: actions/checkout@v3
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "20"
cache: "yarn"
- uses: markelliot/update-yarn-deps@v1
with:
push-to-repo-token: ${{ steps.token.outputs.token }}
commit-user: mellbot[bot]
commit-email: mellbot[bot]@users.noreply.github.com