fix: fixing permissions
This commit is contained in:
4
.github/workflows/compress-json-schemas.yml
vendored
4
.github/workflows/compress-json-schemas.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: 🖥️ Compress Schemas
|
name: 🖥️ Compress Schemas
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout Repository
|
- name: 📦 Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
specificationFile: "source/compress_specification.json"
|
specificationFile: "source/compress_specification.json"
|
||||||
|
|
||||||
- name: ✏️ Commit and Create PR
|
- name: ✏️ Commit and Create PR
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
branch: auto/update-schemas
|
branch: auto/update-schemas
|
||||||
commit-message: "auto: generated json schemas ${{ steps.time.outputs.time }}"
|
commit-message: "auto: generated json schemas ${{ steps.time.outputs.time }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user