Skip to content

Commit

Permalink
ci(schema): add pr-write permissions for comments (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Mar 20, 2024
1 parent 69d6624 commit b25a178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ jobs:
compare-openapi-schema:
needs: [update-schemas]
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -270,6 +272,8 @@ jobs:
# compare-graphql-schema:
# needs: [update-schemas]
# runs-on: ubuntu-latest
# permissions:
# pull-requests: write
# steps:
# - uses: actions/download-artifact@v3
# with:
Expand Down

0 comments on commit b25a178

Please sign in to comment.