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

Trigger workflow in argus-docker on release #859

Conversation

johannaengland
Copy link
Contributor

@johannaengland johannaengland commented Aug 16, 2024

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.

The triggered workflow will take the sent repository name and version number to update its dockerfile
@johannaengland johannaengland self-assigned this Aug 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Copy link
Contributor

@hmpf hmpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me but I think @lunkwill42 should also have a look.

@lunkwill42
Copy link
Member

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.

@johannaengland johannaengland merged commit 8108ca0 into Uninett:master Sep 4, 2024
10 of 11 checks passed
@johannaengland johannaengland deleted the workflows/trigger-workflow-in-argus-docker-on-release branch September 4, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a workflow that builds automated PRs when new back-end or front-end is released
4 participants