We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3273d67 commit bc07e28Copy full SHA for bc07e28
.github/workflows/bazel-test.yaml
@@ -32,6 +32,12 @@ jobs:
32
disk-cache: true
33
repository-cache: true
34
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.)
41
google-credentials: ${{ secrets.GOOGLE_CREDENTIALS }}
42
43
- name: Test
0 commit comments