diff --git a/skynet.yaml b/skynet.yaml new file mode 100644 index 0000000..24e2f10 --- /dev/null +++ b/skynet.yaml @@ -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