Skip to content

Commit

Permalink
feat(gcp keys): Documenting a better way to get the SA keys out of GCP (
Browse files Browse the repository at this point in the history
#418)

* feat(gcp keys): Documenting a better way to get the SA keys out of GCP

* feat(gcp keys): Documenting a better way to get the SA keys out of GCP

* feat(gcp keys): Adding link to asset inventory query

* feat(ci): Preventing concurrent builds

* feat(gcp keys): Adding option to list by creation time]

* feat(docs): Adding how to run this locally
  • Loading branch information
userbradley authored Oct 17, 2024
1 parent 7556eba commit f4c8621
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 223 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
environment:
name: Development
url: https://dev-documentation.breadnet.co.uk
concurrency:
group: dev
cancel-in-progress: true
steps:
- name: Git Clone
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ site/
styles/
.cache
.DS_Store
venv
Loading

0 comments on commit f4c8621

Please sign in to comment.