Skip to content

Permissions

The Drape GitHub Action requires these permissions:

permissions:
  contents: read
  pull-requests: write
Permission Why
contents: read Required for checkout (if not already checked out)
pull-requests: write Required for posting PR comments

If you disable PR comments (comment: 'false'), only contents: read is needed.