Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Anastos authored Aug 7, 2019
1 parent b7edcd2 commit 88503bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
workflow "Re-run check-label when label changes" {
resolves = ["Fire check-label"]
on = "label"
}

action "Fire check-label" {
uses = "swinton/httpie.action@69125d73caa2c6821f6a41a86112777a37adc171"
secrets = ["CIRCLE_API_TOKEN"]
args = ["-a=${CIRCLE_API_TOKEN}:", "POST", "https://circleci.com/api/v1.1/project/github/apollographql/space-kit/tree/${GITHUB_REF}", "build_parameters:='{\"CIRCLE_JOB\": \"check-label\"}'"]
}

0 comments on commit 88503bf

Please sign in to comment.