Skip to content

Commit 4e01dbc

Browse files
committed
Fix workflow level permissions in smokechow
1 parent ca5e6eb commit 4e01dbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
types:
88
- completed
99

10-
permissions:
11-
statuses: write
10+
permissions: {}
1211

1312
jobs:
1413
smokeshow:
1514
runs-on: ubuntu-latest
16-
15+
permissions:
16+
statuses: write
1717
steps:
1818
- name: Dump GitHub context
1919
env:

0 commit comments

Comments
 (0)