Skip to content

🔨 store grapher configs in R2 when edited in the admin #1170

🔨 store grapher configs in R2 when edited in the admin

🔨 store grapher configs in R2 when edited in the admin #1170

Workflow file for this run

name: Buildkite
on:
pull_request:
types:
- closed
jobs:
destroy_staging:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install requests
- name: Run script
env:
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_API_ACCESS_TOKEN }}
BRANCH: ${{ github.event.pull_request.head.ref }}
run: |
python .github/scripts/buildkite_destroy_staging.py