Skip to content

Run ansible (sentry-cleanup) #229

Run ansible (sentry-cleanup)

Run ansible (sentry-cleanup) #229

---
name: Run ansible (sentry-cleanup)
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
permissions:
contents: read
id-token: write
jobs:
ansible:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run playbook
uses: ./.github/actions/run-ansible
with:
playbook: actions/sentry-cleanup.yaml