Skip to content

Update Python dependencies #66

Update Python dependencies

Update Python dependencies #66

name: Update Python dependencies
on:
workflow_dispatch:
schedule:
- cron: "12 6 * * 1"
jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.12"
install-just: true
- uses: actions/create-github-app-token@v2
id: generate-token
with:
app-id: 1031449 # opensafely-core Create PR app
private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}
- uses: bennettoxford/update-dependencies-action@v1
with:
token: ${{ steps.generate-token.outputs.token }}