Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FW-144 Add skynet config that verifies that github workflow passes #378

Merged
merged 4 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.8.8](https://github.com/Workiva/dart_dev/compare/3.8.7...3.8.8)

- CI tweaks.

## [3.8.7](https://github.com/Workiva/dart_dev/compare/3.8.6...3.8.7)

- Allow analyzer v2.
Expand Down
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:3693290 # 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: PBYV1M83AKj5+NlaDsDv8ey/mw9+0HOx15Y5/ot6LCespcHXnj7s+nVqKCotoPjyC2rQEaeXh98KzSriMhLou6dYJHk=

scripts:
- python3 /actions/verify_github_actions.py