Skip to content

Commit

Permalink
fix sql benchmark workflow permissions (#2367)
Browse files Browse the repository at this point in the history
I overrode the caller's permissions in the new workflow, and copy-pasted
the permissions from the *-pr workflow which obviously wouldn't work for
the post-merge one.
  • Loading branch information
AdamGS authored Feb 15, 2025
1 parent 66dfe17 commit 3cebb33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sql-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
required: true
type: string

permissions:
actions: write
contents: read
pull-requests: write
id-token: write

jobs:
tpch:
runs-on: [self-hosted, gcp]
Expand Down

0 comments on commit 3cebb33

Please sign in to comment.