Skip to content

Commit

Permalink
Merge pull request #21 from Workiva/FW-153
Browse files Browse the repository at this point in the history
FW-153 Add skynet config that verfies that the github workflow passes
  • Loading branch information
rmconsole6-wk authored Jul 11, 2022
2 parents cb6deb3 + 9bedee2 commit 6b33930
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions skynet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: verify-github-actions
description: Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention
contact: 'Frontend Frameworks Architecture / #support-frontend-architecture'
image: drydock.workiva.net/workiva/skynet-images:3728345 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
size: small
timeout: 600

env:
# encrypted github token used for requests to api.github.com
- secure: CBiX26J/qZcwLrRYy/wpgb3ZAvyi13w7Xt6S1ds5Zw0o4UcsMFE6JSpqDkMugGQgVM3P+noD5NAUVc/10BnQR5QOv1g=

scripts:
- python3 /actions/verify_github_actions.py

0 comments on commit 6b33930

Please sign in to comment.