Skip to content

Commit

Permalink
Allow tests workflow to update the PR status
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Sep 18, 2024
1 parent e018313 commit 5a6f03e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java-client-v4-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
types:
- completed

# allow this workflow to update the status of the PR that triggered it
permissions:
statuses: write

jobs:
integrations-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a6f03e

Please sign in to comment.