Skip to content

Commit

Permalink
Testing sscache GCS permissions via GHA runner service account
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere authored and otani88 committed Sep 16, 2022
1 parent 829141d commit bb74a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ services:
- CACHE_DIR=/usr/src/cache
- SCCACHE_CACHE_SIZE=50g
- SCCACHE_GCS_BUCKET=sccache-zksync-ci
- SCCACHE_GCS_OAUTH_URL=http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/[email protected]/
- SCCACHE_GCS_OAUTH_URL=http://169.254.169.254/computeMetadata/v1/instance/service-accounts/[email protected]/
- SCCACHE_GCS_RW_MODE=READ_WRITE
- CI=1

0 comments on commit bb74a84

Please sign in to comment.