Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dorian Zedler 2022-08-08 12:11:14 +02:00
parent d8b2a8b24d
commit d85a87a521

View file

@ -6,7 +6,7 @@ steps:
- name: create workflow_dispatch event
image: alpine/curl
commands:
- sleep 10
- "curl -X POST -H \"Accept: application/vnd.github+json\" -H \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/dorianim/drone-runner/actions/workflows/drone.yml/dispatches -d '{\"ref\":\"main\",\"inputs\":{}}'"
environment:
GITHUB_TOKEN:
from_secret: github-token