-
Notifications
You must be signed in to change notification settings - Fork 13
How to Run tests on GitHub Actions
TAKEUCHI Hiroaki edited this page Mar 26, 2022
·
4 revisions
- Fork this repository
- Copy
twitter4j-v2-support/src/test/resources/twitter4j.properties.template
totwitter4j-v2-support/src/test/resources/twitter4j.properties
- Fill consumer key/secret, access token/secret to
twitter4j-v2-support/src/test/resources/twitter4j.properties
- Project's
Settings > Secrets
-
add
New secret
, fill base64-ed twitter4j.properties namedTWITTER4J_PROPERTIES_BASE64
notice: Combine on a single line, not including line breaks.
-
cat twitter4j-v2-support/src/test/resources/twitter4j.properties | base64