Is it safe to publicize BUNDLESIZE_GITHUB_TOKEN ?
See original GitHub issueDo you want to request a feature or report a bug? bug I guess?
What is the current behavior?
We’re trying to integrate bundlesize to our Travis CI and receiving we’re WARN github token not found
. My assumption is that our fork workflow is limiting how secret/token can be accessed. The most immediate action that comes to mind is to provide the token in .travis.yml
unencrypted but README does not explicitly state if the token must be kept private.
Is it safe to publicize BUNDLESIZE_GITHUB_TOKEN
?
What is the expected behavior? Perhaps an updated instruction similar to how CodeClimate does theirs
Please mention other relevant information.
- Travis CI
- Ruby on Rails + Preact App
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Creating a personal access token - GitHub Docs
GitHub recommends that you use fine-grained personal access tokens instead, which you can restrict to specific repositories. Fine-grained personal access tokens ...
Read more >siddharthkp/bundlesize: Keep your bundle size in check
Currently works with Travis CI, CircleCI, Wercker, and Drone. Authorize bundlesize for status access, copy the token provided.
Read more >Could not add github status: 404 Not Found · Issue #93
I'm trying to use bundlesize without github integration. Is that possible? In other words, I haven't added a token but I thought I...
Read more >Automatic token authentication - GitHub Docs
The GITHUB_TOKEN secret is a GitHub App installation access token. You can use the installation access token to authenticate on behalf of the...
Read more >Working with the RubyGems registry - GitHub Docs
To publish and install gems, you can configure RubyGems or Bundler to authenticate to GitHub Packages using your personal access token. To publish...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s great! Closing the issue here. But will explore fork use case in the other repo
@siddharthkp initial use seems to be working without issue 👍 . Will let you know if we hit anything