Skip to content

CompatHelper

CompatHelper #190

Workflow file for this run

name: CompatHelper
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Install CompatHelper
run: using Pkg; Pkg.add("CompatHelper")
shell: julia --color=yes {0}
- name: Run CompatHelper
run: using CompatHelper; CompatHelper.main()
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.COMPATHELPER_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}