Skip to content

Commit 9b01b98

Browse files
x
1 parent f2c0017 commit 9b01b98

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ on:
88
jobs:
99
pr-comment:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
pull-requests: write
13-
statuses: write
1411
steps:
1512
- uses: actions/checkout@v6
1613

1714
- run: git fetch --depth=1 origin ${{ github.base_ref }}
1815

19-
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
16+
- uses: oasdiff/oasdiff-action/breaking@v0.0.37
2017
with:
21-
base: 'origin/${{ github.base_ref }}:simple.yaml'
22-
revision: 'HEAD:simple.yaml'
23-
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
18+
base: 'origin/${{ github.base_ref }}:openapi.yaml'
19+
revision: 'HEAD:openapi.yaml'

0 commit comments

Comments
 (0)