Skip to content

Commit

Permalink
👷 Update config for Smokeshow, to allow setting a commit status (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 25, 2024
1 parent 02ce68c commit 9dcf02d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/smokeshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
workflows: [Test]
types: [completed]

permissions:
statuses: write

jobs:
smokeshow:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
actions: read
statuses: write

steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 9dcf02d

Please sign in to comment.