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

Add toolkit-test #14

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Add toolkit-test #14

merged 3 commits into from
Apr 26, 2023

Conversation

szymon-rd
Copy link
Contributor

No description provided.

@szymon-rd szymon-rd requested review from adpi2 and bishabosha April 26, 2023 12:39
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

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

Should you also update the deploy workflow?

@szymon-rd
Copy link
Contributor Author

@adpi2 done!

Comment on lines 68 to 72
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}
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 move those envs to the job level, to avoid repeating them so many times?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea! I moved all but the PGP_KEY_ID, because this one comes from a previous step.

Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

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

Thanks

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.

3 participants