mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
give some more permissions
This commit is contained in:
5
.github/workflows/verify_runner_perf.yml
vendored
5
.github/workflows/verify_runner_perf.yml
vendored
@@ -28,6 +28,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runner: ${{ fromJSON((github.event_name == 'workflow_dispatch' && inputs.runner_labels_json != '' && inputs.runner_labels_json) || '["unit-perf-aws-arm"]') }}
|
||||
permissions:
|
||||
id-token: write # aws-actions/configure-aws-credentials
|
||||
statuses: write
|
||||
contents: write
|
||||
pull-requests: write
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 120
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user