Skip to content

Commit

Permalink
Use SCCACHE_GCS_SERVICE_ACCOUNT repo var
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Sep 27, 2024
1 parent 357b7e6 commit eea4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
DEPOT_TOOLS_METRICS: 0
SCCACHE: 1
SCCACHE_GCS_BUCKET: cobalt-actions-sccache-linux
SCCACHE_GCS_SERVICE_ACCOUNT: [email protected]
SCCACHE_GCS_SERVICE_ACCOUNT: ${{ vars.SCCACHE_GCS_SERVICE_ACCOUNT }}
SCCACHE_GCS_RW_MODE: READ_WRITE
SCCACHE_IDLE_TIMEOUT: 0 # prevent sccache server from shutting down after long idle.
# We want temp folder to be on tmpfs which makes workloads faster.
Expand Down

0 comments on commit eea4e8d

Please sign in to comment.