We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41df3bc commit edcf95fCopy full SHA for edcf95f
1 file changed
.github/workflows/tests.yml
@@ -13,8 +13,9 @@ on:
13
default: "3.12"
14
15
permissions:
16
- contents: read
+ contents: write
17
issues: write
18
+ pull-requests: write
19
20
concurrency:
21
group: tests-${{ github.ref }}
@@ -55,4 +56,6 @@ jobs:
55
56
- name: auto PR schema
57
# отмена джобы исключается (поэтому и не always)
58
if: success() || failure()
- 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