Skip to content

Commit e5d9959

Browse files
Merge pull request #341 from Workiva/fw-151
FW-151 Add skynet config that verifies that github workflow is successful
2 parents c3c86c8 + a1f41f8 commit e5d9959

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

skynet.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,19 @@ scripts:
1818
- test -e ./react_with_react_dom_prod.js && { echo 'Verified prod bundle exists in CDN artifact.'; } || { echo 'Prod bundle /lib/react_with_react_dom_prod.js should exist in CDN artifact.'; exit 1; }
1919
- test -e ./react_prod.js && { echo 'Verified prod bundle exists in CDN artifact.'; } || { echo 'Prod bundle /lib/react_prod.js should exist in CDN artifact.'; exit 1; }
2020
- test -e ./react_dom_prod.js && { echo 'Verified prod DOM bundle exists in CDN artifact.'; } || { echo 'Prod DOM bundle /lib/react_dom_prod.js should exist in CDN artifact.'; exit 1; }
21+
22+
---
23+
24+
name: verify-github-actions
25+
description: Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention
26+
contact: 'Frontend Frameworks Architecture / #support-frontend-architecture'
27+
image: drydock.workiva.net/workiva/skynet-images:3728345 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
28+
size: small
29+
timeout: 600
30+
31+
env:
32+
# encrypted github token used for requests to api.github.com
33+
- secure: wqV2dUVmOMNZgll+/Sr4fra76p+gTvqRS3QvNQASg3hzoysFz7enBaKsXKXoPFj+jexOvFVN/m4rko272z/xZ6lBMRI=
34+
35+
scripts:
36+
- python3 /actions/verify_github_actions.py

0 commit comments

Comments
 (0)