You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like upgrading ruby version will somehow is unable to fetch the GH secret for BUNDLE_GITHUB__COM ENV var. Not sure if this a Github Actions issue or related to this project.
Recently my tests failed due to an issue with a secret token used for a private Github repo that I use my Gemfile. I am setting BUNDLE_GITHUB__COM from GH Action Secrets. This works however suddenly it failed. After some debugging I gave up and created a new token. Tests turned green. That was two weeks ago. Now it happened again. I though maybe it was a short lived token, but no. Then I discovered my last failed test was a Ruby version upgrade. As was this one. So I tried just reentering the same token in GH secrets. Green tests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems like upgrading ruby version will somehow is unable to fetch the GH secret for BUNDLE_GITHUB__COM ENV var. Not sure if this a Github Actions issue or related to this project.
Recently my tests failed due to an issue with a secret token used for a private Github repo that I use my Gemfile. I am setting BUNDLE_GITHUB__COM from GH Action Secrets. This works however suddenly it failed. After some debugging I gave up and created a new token. Tests turned green. That was two weeks ago. Now it happened again. I though maybe it was a short lived token, but no. Then I discovered my last failed test was a Ruby version upgrade. As was this one. So I tried just reentering the same token in GH secrets. Green tests.
Some info from my rubyonrails.yml:
Beta Was this translation helpful? Give feedback.
All reactions