From 068ccdce24c252f19dda00ca69c66ededd9d0f4d Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Fri, 17 Dec 2021 14:59:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b98c8a8..c51e7cc 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ jobs: Use a service account with the ability to push to GCR and [configure access control](https://cloud.google.com/container-registry/docs/access-control). Then create and download the JSON key for this service account and save content of `.json` file [as a secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository) -called `GCR_JSON_KEY` in your GitHub repo. Ensure you set the username to `_json_key`. +called `GCR_JSON_KEY` in your GitHub repo. Ensure you set the username to `_json_key`, or `_json_key_base64` if you base64-encoded the key. ```yaml name: ci @@ -172,7 +172,7 @@ jobs: Use a service account with the ability to push to GAR and [configure access control](https://cloud.google.com/artifact-registry/docs/access-control). Then create and download the JSON key for this service account and save content of `.json` file [as a secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository) -called `GAR_JSON_KEY` in your GitHub repo. Ensure you set the username to `_json_key`. +called `GAR_JSON_KEY` in your GitHub repo. Ensure you set the username to `_json_key`, or `_json_key_base64` if you base64-encoded the key. ```yaml name: ci