Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit e68316f

Browse files
Get rid of circleci tokens
1 parent 82fca93 commit e68316f

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ setup:
1919
upload:
2020
queue: uploads
2121
cache:
22-
yaml: 600 # 10 minutes
23-
tree: 600 # 10 minutes
24-
diff: 300 # 5 minutes
25-
chunks: 300 # 5 minutes
26-
uploads: 86400 # 1 day
22+
yaml: 600 # 10 minutes
23+
tree: 600 # 10 minutes
24+
diff: 300 # 5 minutes
25+
chunks: 300 # 5 minutes
26+
uploads: 86400 # 1 day
2727

2828
services:
2929
database_url: postgres://postgres:@postgres:5432/circle_test
@@ -34,12 +34,11 @@ services:
3434
host: postgres
3535
redis_url: redis://redis:@localhost:6379/
3636
minio:
37-
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
37+
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
3838
periodic_callback_ms: false
3939
access_key_id: codecov-default-key
4040
secret_access_key: codecov-default-secret
4141
verify_ssl: false
42-
circleci_token: testquyiqktx1o6in8zutfdwikzwe0kgclxy9j27
4342

4443
github:
4544
bot:

production.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ setup:
1919
upload:
2020
queue: uploads
2121
cache:
22-
yaml: 600 # 10 minutes
23-
tree: 600 # 10 minutes
24-
diff: 300 # 5 minutes
25-
chunks: 300 # 5 minutes
26-
uploads: 86400 # 1 day
22+
yaml: 600 # 10 minutes
23+
tree: 600 # 10 minutes
24+
diff: 300 # 5 minutes
25+
chunks: 300 # 5 minutes
26+
uploads: 86400 # 1 day
2727

2828
services:
2929
redis_url: redis://redis:@localhost:6379/
@@ -33,12 +33,11 @@ services:
3333
password: postgres
3434
host: localhost
3535
minio:
36-
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
36+
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
3737
periodic_callback_ms: false
3838
access_key_id: codecov-default-key
3939
secret_access_key: codecov-default-secret
4040
verify_ssl: false
4141
sentry:
4242
server_dsn: https://e15a77ae50f9454c8255dee12e764186@sentry.io/1260170
4343
google_analytics_key: UA-63027104-1
44-
circleci_token: testquyiqktx1o6in8zutfdwikzwe0kgclxy9j27

0 commit comments

Comments
 (0)