We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7294554 + c3ee53d commit 41b272fCopy full SHA for 41b272f
.github/workflows/bench.yml
@@ -13,6 +13,8 @@ concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: true
15
16
+permissions: read-all
17
+
18
jobs:
19
bench:
20
permissions:
.github/workflows/bench_ec2_reusable.yml
@@ -67,6 +67,9 @@ env:
67
AWS_ROLE: arn:aws:iam::559050233797:role/mlkem-c-aarch64-gh-action
68
AMI_UBUNTU_LATEST_X86_64: ami-0e86e20dae9224db8
69
AMI_UBUNTU_LATEST_AARCH64: ami-096ea6a12ea24a797
70
71
72
73
74
start-ec2-runner:
75
name: Start ${{ inputs.name }} (${{ inputs.ec2_instance_type }})
0 commit comments