PG-1238 Harden CI permissions (#376)

pull/209/head
Artem Gavrilov 9 months ago committed by GitHub
parent f0f3e118b5
commit ec1a9c1978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/postgresql-17-src-meson-perf.yml
  2. 3
      .github/workflows/postgresql-perf-results.yml

@ -1,9 +1,7 @@
name: Perf test
on: [pull_request]
permissions:
contents: write
pull-requests: write
repository-projects: write
contents: read
jobs:
build:

@ -6,6 +6,9 @@ on:
types:
- completed
permissions:
contents: read
jobs:
download:
runs-on: ubuntu-latest

Loading…
Cancel
Save