-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 (service): Auto-create projects when using GitHub actions #103
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BundleMonFiles updated (3)
Unchanged files (9)
Total files change +132B +0.01% Groups updated (1)
Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
==========================================
+ Coverage 56.41% 56.77% +0.36%
==========================================
Files 53 59 +6
Lines 1294 1446 +152
Branches 266 290 +24
==========================================
+ Hits 730 821 +91
- Misses 564 625 +61
Continue to review full report at Codecov.
|
LironEr
added a commit
that referenced
this pull request
Aug 13, 2022
related: #103 This PR introduces an automatic way to create a project if your repo is hosted on GitHub and using GitHub Actions. Currently, if BundleMon GitHub app is installed for your repo, you can create GitHub outputs by using project API key, which due to recent finds, may be exploited. After the release of BundleMon CLI v2, v1 will be deprecated and will stop working in a few months. Create GitHub outputs by using one of the options: Providing GitHub access token. Have the BundleMon GitHub app installed and run BundleMon CLI in GitHub actions.
LironEr
changed the title
feat (service): Auto-create project for public GitHub repos
feat (service): Auto-create projects when using GitHub actions
Aug 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces an automatic way to create a project if your repo is a public repo hosted on GitHub using GitHub Actions, it will be integrated into BundleMon CLI soon.
Currently, if BundleMon GitHub app is installed for your repo, you can create GitHub outputs by using project API key, which due to recent finds, may be exploited.
In the near future, this option will be removed.
You will be able to create GitHub outputs by using one of the options:
API key is now deprecated
After updating BundleMon GitHub app permissions, you will be able to create records without API key
After updating BundleMon GitHub app permissions, you will be able to create records without an API key or provide GitHub token
Will be replaced by sending GitHub token