The author(s) of commonspeak2 maintain an official repo with more lists. Please use it instead: https://github.com/assetnote/wordlists
This repo will no longer be updated.
commonspeak2 (https://github.com/assetnote/commonspeak2) subdomain wordlist generated daily at 13:30 UTC (06:30 PT)
To run this yourself using Github Actions, you need a GCP service account and IAM configured with the following BigQuery and Object Storage access:
- members:
- serviceAccount:YOUR_SERVICE_ACCOUNT
role: roles/bigquery.jobUser
- condition:
title: read commonspeak-udf
expression: |-
resource.type == "storage.googleapis.com/Bucket" &&
resource.name == "commonspeak-udf" &&
resource.type == "storage.googleapis.com/Object" &&
resource.name == "URI.min.js"
members:
- serviceAccount:YOUR_SERVICE_ACCOUNT
role: roles/storage.objectViewer
The workflow requires the following secrets:
Secret Name | Description |
---|---|
SSH_DEPLOY_KEY |
A deploy key for your repo |
GCP_SERVICE_ACCOUNT_KEY |
Your GCP service account key |
GCP_PROJECT_ID |
Your GCP project ID |
The commonspeak2 binary in this repository is slightly ahead of
assetnote/commonspeak2
.
Specifically, it has this
commit.
Consider copying the commonspeak2 UDFs from gs://commonspeak-udf
to a bucket
that we (you) control