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

feat: add publish workflow #689

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

mcatta
Copy link
Contributor

@mcatta mcatta commented Jul 14, 2023

In order to make this workflow executable we need the following action items:

  • Change the permissions related to the secrets.GITHUB_TOKEN: repository settings > Actions > General, then clicks on: Read and write permissions
  • We need to add two actions SECRETS: RELEASE_KEYSTORE which will contain the encrypted release.keystore and RELEASE_KEYSTORE_PASSPHRASE which will contain the gpg passphrase that decrypt the keystone.

The guide to creating those two secrets is here: https://stefma.medium.com/how-to-store-a-android-keystore-safely-on-github-actions-f0cef9413784 we can do it together.

@Swordfish90 Swordfish90 merged commit a2f8267 into Swordfish90:master Jul 14, 2023
@Swordfish90
Copy link
Owner

Thank you very much @mcatta . Merged added the two secrets. I guess will see it live as soon as I publish a tag! 😄

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.

2 participants