Skip to content

Commit

Permalink
Update OAS action should trigger other actions in its PR
Browse files Browse the repository at this point in the history
Otherwise, the "test" actions won't be triggered
  • Loading branch information
ouvreboite authored Jul 31, 2024
1 parent c533203 commit bf6bc1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
type: string
description: latest stable API version (ex 2023-07)

permissions:
actions: write

jobs:
update-oas:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf6bc1f

Please sign in to comment.