Skip to content

Commit edcf95f

Browse files
committed
Update tests.yml
1 parent 41df3bc commit edcf95f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ on:
1313
default: "3.12"
1414

1515
permissions:
16-
contents: read
16+
contents: write
1717
issues: write
18+
pull-requests: write
1819

1920
concurrency:
2021
group: tests-${{ github.ref }}
@@ -55,4 +56,6 @@ jobs:
5556
- name: auto PR schema
5657
# отмена джобы исключается (поэтому и не always)
5758
if: success() || failure()
58-
uses: Miskler/pytest-jsonschema-snapshot-bot@v2
59+
uses: Miskler/pytest-jsonschema-snapshot-bot@v3
60+
with:
61+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)