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: README.md
+42-1Lines changed: 42 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,47 @@ Make sure to add the following secrets and variables in your GitHub repository s
97
97
- `SPREADSHEET_ID`: The ID of your Google Sheets spreadsheet.
98
98
- `GITHUB_TOKEN`: The GitHub token for committing changes (automatically provided by GitHub Actions).
99
99
100
+
To create a `google-api-key.json` file, follow these steps to generate a Google Cloud service account key for your project. This key will be used to authenticate API requests, such as those made to Google Sheets.
101
+
102
+
103
+
## Steps to Create `google-api-key.json`
104
+
105
+
### 1. Set Up a Google Cloud Project
106
+
1. Go to the [Google Cloud Console](https://console.cloud.google.com/).
107
+
2. If you don’t have an existing project, create one:
108
+
- Click the dropdown at the top-left corner of the console and select **"New Project"**.
109
+
- Enter a name for your project and click **"Create"**.
110
+
111
+
### 2. Enable the Google Sheets API
112
+
1. In the Google Cloud Console, navigate to **APIs & Services** → **Library**.
113
+
2. Search for **Google Sheets API** and click on it.
114
+
3. Click **Enable** to activate the API for your project.
115
+
116
+
### 3. Create a Service Account
117
+
1. Go to **APIs & Services** → **Credentials** in the Google Cloud Console.
0 commit comments