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

sync GH actions with IUC #582

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

bernt-matthias
Copy link
Contributor

seems that the PR workflow does not work anymore, because of set-env. Guess its about time to sync the workflows again.

@@ -203,7 +238,7 @@ jobs:
- name: lintr
run: |
library(lintr)
linters <- with_defaults(line_length_linter = NULL, cyclocomp_linter = NULL)
linters <- with_defaults(line_length_linter = NULL, object_usage_linter = NULL)
Copy link
Member

Choose a reason for hiding this comment

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

Should we keep cyclocomp_linter = NULL (added in commit 4e17a8d )?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably yes and we should also add it to the IUC workflow, or?

Copy link
Member

Choose a reason for hiding this comment

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

I suppose it would make life easier on tools-iuc too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

- name: Install Planemo
run: pip install planemo
- name: Deploy on testtoolshed
env:
SHED_KEY: ${{ secrets.tts_api_key }}
SHED_KEY: ${{ secrets.TTS_API_KEY }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nsoranzo do you know if the change to uppercase requires an update of the settings?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, it does need someone with admin privileges on this repo to remove and re-add the TTS and TS API key secrets.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. Given the activity on this repo we can ask for this change after this is merged.

Copy link
Member

Choose a reason for hiding this comment

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

I doubt this is needed, we have uppercase version in the secrets since June

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I remember that they are shown upper case even if entered lower case. But we can just try with one of my long open PRs :)

Copy link
Member

Choose a reason for hiding this comment

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

@bernt-matthias lol, in that case I have no idea what we have. I am ready to change it if it fails though.

@bernt-matthias
Copy link
Contributor Author

Ready to go?

@bgruening bgruening merged commit a4a6ad6 into galaxyproject:master Dec 28, 2020
@bernt-matthias
Copy link
Contributor Author

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.

4 participants