Skip to content

Commit

Permalink
chore: add Sentinel Trigger Action
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Apr 4, 2020
1 parent bcce7ab commit 74eff5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/trigger_sentinel_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Trigger Sentinel Run

on:
release:
types:
- published

jobs:
trigger-run:
name: Trigger Sentinel Run
runs-on: ubuntu-latest
steps:
- name: Hit Trigger Endpoint
uses: codebytere@sentinel-nightly-trigger@v1

0 comments on commit 74eff5a

Please sign in to comment.