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

Consider GitHub Releases to store artefacts #14

Open
kirillmorozov opened this issue Jan 16, 2024 · 0 comments
Open

Consider GitHub Releases to store artefacts #14

kirillmorozov opened this issue Jan 16, 2024 · 0 comments

Comments

@kirillmorozov
Copy link
Contributor

Using GitHub Releases over AWS S3 artefact upload has several benefits:

  • It's in your repo, no need to search for it
  • You could generate release notes automatically based on merged PRs and their labels
  • No need to maintain AWS infrastructure
  • Simpler CD workflow because AWS credentials won't be required(GitHub Actions already provide short lived token that can be configured to have permissions to create releases)
  • Did I mention that it's free?
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

No branches or pull requests

1 participant