Skip to content

Commit bc07e28

Browse files
sfreilichcopybara-github
authored andcommitted
Document key rotation instructions
PiperOrigin-RevId: 875160177
1 parent 3273d67 commit bc07e28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bazel-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
disk-cache: true
3333
repository-cache: true
3434
external-cache: true
35+
# This is maintined internally by the Ink Team at Google and requires periodic rotation
36+
# of these credentials. Googler admins can update the credentials by going to
37+
# https://console.cloud.google.com/iam-admin/serviceaccounts?project=ink-open-source
38+
# deleting the expired key, creating a new key in JSON format, and updating the secret in
39+
# https://github.com/google/ink/settings/secrets/actions. (Follow the corresponding
40+
# instructions for google/ink-stroke-modeler at the same time.)
3541
google-credentials: ${{ secrets.GOOGLE_CREDENTIALS }}
3642

3743
- name: Test

0 commit comments

Comments
 (0)