Skip to content

Commit 9dcf02d

Browse files
authored
👷 Update config for Smokeshow, to allow setting a commit status (#4)
1 parent 02ce68c commit 9dcf02d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/smokeshow.yml

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

8-
permissions:
9-
statuses: write
10-
118
jobs:
129
smokeshow:
1310
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1411
runs-on: ubuntu-latest
1512
permissions:
1613
actions: read
14+
statuses: write
1715

1816
steps:
1917
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)