Skip to content

Commit 3cebb33

Browse files
authored
fix sql benchmark workflow permissions (#2367)
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.
1 parent 66dfe17 commit 3cebb33

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/sql-benchmarks.yml

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
required: true
88
type: string
99

10-
permissions:
11-
actions: write
12-
contents: read
13-
pull-requests: write
14-
id-token: write
15-
1610
jobs:
1711
tpch:
1812
runs-on: [self-hosted, gcp]

0 commit comments

Comments
 (0)