dropbox-sdk-java icon indicating copy to clipboard operation
dropbox-sdk-java copied to clipboard

Tests fail when opening a PR from fork

Open changusmc opened this issue 3 years ago • 0 comments

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.

changusmc avatar Dec 10 '21 15:12 changusmc