Skip to content

Commit

Permalink
fix(ci): Allow github-action-script to post reports
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulinux committed Dec 13, 2024
1 parent 59ef701 commit df8656e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/periodic_pagebench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ defaults:
run:
shell: bash -euo pipefail {0}

permissions:
id-token: write # aws-actions/configure-aws-credentials

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
trigger_bench_on_ec2_machine_in_eu_central_1:
permissions:
id-token: write # aws-actions/configure-aws-credentials
statuses: write
contents: write
pull-requests: write
runs-on: [ self-hosted, small ]
container:
image: neondatabase/build-tools:pinned-bookworm
Expand Down

0 comments on commit df8656e

Please sign in to comment.