-
Notifications
You must be signed in to change notification settings - Fork 30
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
Automate release push to OLM in tempo-operator #583
Conversation
8abc218
to
c77f936
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #583 +/- ##
=======================================
Coverage 78.22% 78.22%
=======================================
Files 65 65
Lines 5024 5024
=======================================
Hits 3930 3930
Misses 907 907
Partials 187 187
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@rubenvp8510 I think you can do it from your fork (you will need to merge first to |
- name: Checkout operatorhub repo | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: grafana/${{ inputs.repo }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should work in theory In the practice I'm getting this error:
Still don't know what it means, the example App I used has all the permissions. PR in forked repo rubenvp8510/community-operators#1 |
550e010
to
8260b1f
Compare
This is not gonna work, as the installation tokens only have read-only access to the public repos, means no PR creation. we need a PAT, I'm modifying this to make it work as same way OTel does. |
90b5bbb
to
d2fd6fb
Compare
3ce3080
to
245df6b
Compare
a400839
to
82cf853
Compare
Signed-off-by: Ruben Vargas <[email protected]>
82cf853
to
8723f09
Compare
This is ready and tested on my fork. the only requirement is to add the PAT to the |
It will be good to merge first #681
Also I'm not sure how to test this before release