Skip to content

build!: drop support for python 3.8 #361

build!: drop support for python 3.8

build!: drop support for python 3.8 #361

name: taskcluster push worker
on: [push]
jobs:
osx-tc-worker-push:
runs-on: macos-latest
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-ffpuppet-push-${{ github.run_id }}-${{ github.run_attempt }}"
steps:
- uses: actions/checkout@v2
- run: .github/scripts/start-worker.sh
continue-on-error: true
- run: true