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
Copy file name to clipboardExpand all lines: tools/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,8 @@ If running locally:
30
30
- After running the script, you **HAVE** to run the [run_download_automation script](run_download_automation.sh) to download images for the new mentors. Else, the image links will be broken as they do not exist yet. Read the instructions for the download script usage below.
31
31
32
32
**If using GitHub Actions**, the GHA workflow is **ONLY** for adding new mentors.
33
-
It uses a Google Cloud service account setup to retrieve the Excel file from Google Drive. The service key has been configured for womencodingcommunity Google Drive account and the file to be used/updated has been shared with the service account email.
34
-
Hence, to run the GHA workflow, you only need to provide:
35
-
- the file ID for the excel sheet to use
33
+
It uses a Google Cloud service account setup to retrieve the Excel file from Google Drive. The service key has been configured for womencodingcommunity Google Drive account and the file to be used/updated has been shared with the service account email (the ID of this file has also been saved to GitHub secrets as `NEW_MENTORS_FILE_ID`).
34
+
Hence, to run the GHA workflow, you only need to provide:
36
35
- (Optional) the current period
37
36
38
37
For more information on the GC service account configurations, you can read the [documentation](blog_automation/README.md) in the blog automation folder.
@@ -98,9 +97,8 @@ sh run_adhoc_prep_automation.sh
98
97
```
99
98
**Note:**
100
99
- If running locally, ensure to update `adhoc-prep.xslx` with the new data to be updated for the mentors.
101
-
- If using GitHub Actions, the GHA workflow for this script uses a Google Cloud service account setup to retrieve the file from Google Drive. The service key has been configured for womencodingcommunity Google Drive account and the file to be used/updated has been shared with the service account email.
100
+
- If using GitHub Actions, the GHA workflow for this script uses a Google Cloud service account setup to retrieve the file from Google Drive. The service key has been configured for womencodingcommunity Google Drive account and the file to be used/updated has been shared with the service account email (the ID of this file has also been saved to GitHub secrets as `ADHOC_AVAILABILITIES_FILE_ID`).
102
101
Hence, to run the GHA workflow, you only need to provide:
103
-
- the month value (e.g 9 for September) and,
104
-
- the file ID for the excel sheet to use
102
+
- the month value (e.g 9 for September)
105
103
106
104
For more information on the GC service account configurations, you can read the [README](blog_automation/README.md) in the blog automation folder.
0 commit comments