Skip to content

Commit 6b33930

Browse files
Merge pull request #21 from Workiva/FW-153
FW-153 Add skynet config that verfies that the github workflow passes
2 parents cb6deb3 + 9bedee2 commit 6b33930

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

skynet.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: verify-github-actions
2+
description: Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention
3+
contact: 'Frontend Frameworks Architecture / #support-frontend-architecture'
4+
image: drydock.workiva.net/workiva/skynet-images:3728345 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
5+
size: small
6+
timeout: 600
7+
8+
env:
9+
# encrypted github token used for requests to api.github.com
10+
- secure: CBiX26J/qZcwLrRYy/wpgb3ZAvyi13w7Xt6S1ds5Zw0o4UcsMFE6JSpqDkMugGQgVM3P+noD5NAUVc/10BnQR5QOv1g=
11+
12+
scripts:
13+
- python3 /actions/verify_github_actions.py

0 commit comments

Comments
 (0)