Trigger workflow in argus-docker on release
Will trigger the workflow added in Uninett/argus-docker#6.
Another part to close Uninett/argus-docker#4.
To get this to work we need to install a GitHub App that has the permissions to trigger workflows in Argus. This app will be used by the used GitHub action create-github-app-token to create a token with the necessary permissions.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.29%. Comparing base (
02d10a2) to head (45a79bf). Report is 4 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #859 +/- ##
=======================================
Coverage 84.29% 84.29%
=======================================
Files 86 86
Lines 3973 3973
=======================================
Hits 3349 3349
Misses 624 624
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Looks good to me but I think @lunkwill42 should also have a look.
I've had a look, and it seems like the expected approach to me. Haven't built this type of solution with GitHub before, so can't say for sure if it will work before we try it the first time.