Reads reporting source data
The script reads operator-selected GitHub Actions reporting artifacts stored in Google Drive, including the run index and source files needed for a refresh.
OAuth verification homepage
AAD · GitHub Actions Reporting is an operator-facing Google Apps Script utility used to materialize GitHub Actions reporting data into Google Sheets. It reads selected reporting source files from Google Drive, writes structured reporting views into Google Sheets, and can install a time-based Apps Script trigger for recurring refresh.
The script reads operator-selected GitHub Actions reporting artifacts stored in Google Drive, including the run index and source files needed for a refresh.
The script updates destination Google Sheets workbooks with structured reporting tables used by the operator and related reporting dashboards.
The script can create and manage a Google Apps Script installable trigger so refresh checks can run while the operator is not present.
The application requests only the scopes required by the reporting workflow.
| Scope | Purpose |
|---|---|
.../auth/spreadsheets | Read and update the Google Sheets workbooks used for reporting output. |
.../auth/drive.readonly | Read required source artifacts from Google Drive without modifying, sharing, or deleting Drive content. |
.../auth/script.scriptapp | Create and manage the installable Apps Script trigger used for automated refresh execution. |
Limited Use: AAD · GitHub Actions Reporting's use of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements.
See the Privacy Policy for the complete disclosure and the Terms of Service for terms governing use of the utility.
OAuth and application support: adz.prime.origin@gmail.com.
See the Support page for the reporting-utility support scope.