Skip to content

Commit 70204ad

Browse files
committed
Fix workflow level permissions in smokechow and detect-conflicts
1 parent fa31769 commit 70204ad

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/detect-conflicts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request_target: # zizmor: ignore[dangerous-triggers]
55
types: [synchronize]
66

7+
permissions: {}
8+
79
jobs:
810
main:
911
permissions:

.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
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1617
with:

0 commit comments

Comments
 (0)