-
I want to run some tests in github action that upload and check some files in fake-gcs-server (running in another server) but It required google credentials. Is there any method to skip google credential checking? |
Beta Was this translation helpful? Give feedback.
Answered by
fsouza
Apr 6, 2023
Replies: 1 comment 2 replies
-
@dnjooiopa which language are you using? You can check the examples folder for code samples in different languages that bypass Google creds. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fsouza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dnjooiopa which language are you using? You can check the examples folder for code samples in different languages that bypass Google creds.