Skip to content

Commit ac01936

Browse files
Restrict permissions of github workflow
1 parent 695fc46 commit ac01936

3 files changed

Lines changed: 251 additions & 176 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches: [main]

tilebox-grpc/_tilebox/grpc/channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
("grpc.service_config", json.dumps(_SERVICE_CONFIG)),
4444
]
4545

46+
4647
class ChannelProtocol(Enum):
4748
HTTPS = 1
4849
HTTP = 2

0 commit comments

Comments
 (0)