Skip to content

Bundle Update

Bundle Update #118

Workflow file for this run

name: Bundle Update
on:
schedule:
- cron: '0 7 * * THU'
workflow_dispatch:
jobs:
bundle-update:
name: Run bundle update
runs-on: ubuntu-latest
container: docker://ghcr.io/university-of-york/faculty-dev-docker-images/ci/aws-lambda-ruby-dev:3.2
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: university-of-york/faculty-dev-actions/bundle-update@v1
with:
checkout-key: ${{ secrets.BUNDLE_UPDATE_SSH_PRIVATE_KEY }}
container: "true"