Skip to content

Commit 6fe3491

Browse files
committed
Fix workflow level permissions in smokechow
1 parent 47a0fcd commit 6fe3491

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/smokeshow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
workflows: [Test]
66
types: [completed]
77

8-
permissions:
9-
statuses: write
8+
permissions: {}
109

1110
jobs:
1211
smokeshow:
1312
runs-on: ubuntu-latest
13+
permissions:
14+
statuses: write
1415
steps:
1516
- name: Dump GitHub context
1617
env:

0 commit comments

Comments
 (0)