dropbox-sdk-java
dropbox-sdk-java copied to clipboard
Tests fail when opening a PR from fork
Example: https://github.com/dropbox/dropbox-sdk-java/pull/361
Secrets are not passed to workflows that are triggered by a pull request from a fork.
Our tests require usage of an auth token, and secrets are not passed into workflows that start from a fork.
We should fail fast and provide a test that doesn't require an auth token.