We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb6deb3 + 9bedee2 commit 6b33930Copy full SHA for 6b33930
skynet.yaml
@@ -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