bundle install oaken 🎉 #57
kaspth
announced in
Announcements
Replies: 1 comment
-
I can't wait to use it! :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody,
With @marcelolx's advice, we should have Oaken be able to install as a gem for you and your team now!
In your Gemfile add this:
Then configure an access token like this:
The token is one of GitHub's personal access tokens and it has read-only access to Oaken and expires in 30 days on November 17th when the repo should be public.
CI
You can use this ENV variable version on your CI server on your
bundle install
command, though thebundle config
version above works too.BUNDLE_GITHUB__COM="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"
Let me know how this goes for y'all!
Beta Was this translation helpful? Give feedback.
All reactions