Skip to content

Commit

Permalink
Document permissions for build service account
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Jan 3, 2024
1 parent 7fc50f8 commit 524785a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/WIF_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ gcloud iam service-accounts add-iam-policy-binding "${WIF_SERVICE_ACCOUNT}@${DBT
--member="serviceAccount:${WIF_SERVICE_ACCOUNT}@${DBT_PROJECT}.iam.gserviceaccount.com"
```

```console
gcloud projects add-iam-policy-binding "${DBT_PROJECT}" \
--role="roles/bigquery.admin" \
--member="serviceAccount:${WIF_SERVICE_ACCOUNT}@${DBT_PROJECT}.iam.gserviceaccount.com"
```

# Recover Secrets for GitHub

```console
Expand Down

0 comments on commit 524785a

Please sign in to comment.