This commit is contained in:
alyssa 2024-09-06 12:53:24 +09:00
parent e424c241e3
commit ac7356ba4a
4 changed files with 110 additions and 4 deletions

View file

@ -25,7 +25,17 @@ jobs:
needs: ["build-ci-container"]
container:
image: ghcr.io/pluralkit/ci:${{ github.sha }}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env:
DOCKER_HOST: unix:///var/run/docker.sock
COMMIT_STATUS_TOKEN: ${{ secrets.COMMIT_STATUS_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISPATCH_DATA: ${{ inputs.dispatchData }}
# these only work on the push/pull_request jobs
CUR_SHA: ${{ github.sha }}
OLD_SHA: ${{ github.event.before }}
steps:
- run: /run_ci.py