Skip to content

Commit

Permalink
Merge pull request pq-code-package#475 from pq-code-package/fix-token…
Browse files Browse the repository at this point in the history
…-permissions

Fix Code Scanning Token Permission issue
  • Loading branch information
mkannwischer authored Dec 3, 2024
2 parents 7294554 + c3ee53d commit 41b272f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:
bench:
permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bench_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ env:
AWS_ROLE: arn:aws:iam::559050233797:role/mlkem-c-aarch64-gh-action
AMI_UBUNTU_LATEST_X86_64: ami-0e86e20dae9224db8
AMI_UBUNTU_LATEST_AARCH64: ami-096ea6a12ea24a797

permissions: read-all

jobs:
start-ec2-runner:
name: Start ${{ inputs.name }} (${{ inputs.ec2_instance_type }})
Expand Down

0 comments on commit 41b272f

Please sign in to comment.