You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a secret MY_USERNAME - this is your account username.
Add a secret MY_TOKEN - this is your Personal access token with repo permission.
Summary
On every push/pull request sa project, it scans the firebase-android-sdk for opened issues for the day. For every issue scanned, it will generate a android repository with firebase dependency to your github account.
issue_project_generator_workflow.yml -> Github action that runs on push/pull request which runs issue_project_generator.js
issue_project_generator.js -> Get issues for the day in firebase-android-sdk and use android_file_generator.js
android_file_generator.js -> For each issue, this will generate a commit tree that have an android project template