Skip to content

Commit a123d03

Browse files
authored
Merge pull request #38 from data-for-good-concepts/33-write-onboarding-documentation
Fix typo in Readme
2 parents 6f1823e + f961615 commit a123d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ on:
185185
...
186186
```
187187

188-
The `deploy-cloudrun` workflow uses the `google-github-actions/auth@v0` with a
188+
The `deploy-cloudrun` workflow uses the `google-github-actions/auth@v1` with a
189189
`Service Account JSON key` to authenticate with Google Cloud. The `JSON` key
190190
is stored as a Github secret and is named `GC_SA_ADMNIN_KEY`.
191191

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ on:
194194
...
195195
```
196196

197-
The `deploy-cloudrun` workflow uses the `google-github-actions/auth@v0`
197+
The `deploy-cloudrun` workflow uses the `google-github-actions/auth@v1`
198198
with a `Service Account JSON key` to authenticate with Google Cloud. The
199199
`JSON` key is stored as a Github secret and is named `GC_SA_ADMNIN_KEY`.
200200

0 commit comments

Comments
 (0)