Skip to content

Commit eabe27c

Browse files
committed
Remove secrets call
1 parent 3c07da6 commit eabe27c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/benchmark-runner.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,7 @@ on:
1616
github-runner-label:
1717
required: true
1818
type: string
19-
secrets:
20-
AWS_ACCESS_KEY_ID:
21-
required: true
22-
AWS_SECRET_ACCESS_KEY:
23-
required: true
24-
AWS_REGION_BENCHMARK:
25-
required: true
26-
AWS_EC2_SG_ID_BENCHMARK:
27-
required: true
28-
AWS_EC2_SUBNET_ID_BENCHMARK:
29-
required: true
30-
GH_PERSONAL_ACCESS_TOKEN:
31-
required: true
32-
PERFORMANCE_RTS_HOST:
33-
required: true
34-
PERFORMANCE_RTS_PORT:
35-
required: true
36-
PERFORMANCE_RTS_AUTH:
37-
required: true
38-
19+
3920
jobs:
4021
start-runner:
4122
name: Start self-hosted EC2 runner

0 commit comments

Comments
 (0)