Some tests from suite use credentials which I've configured through repo settings on Travis. Although these are available only to pull requests from original repos - not forks (according to documentation).
How do I make those tests pass even on pull requests from forks? Do I have to skip those or there's some other solution?
Thanks