fix: permission err (#912)

This commit is contained in:
Jeevitha Kannan K S 2024-11-11 21:44:29 +05:30 committed by GitHub
parent e93eca54a5
commit c42014d991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,10 @@ on:
- '**/*.sh' - '**/*.sh'
workflow_dispatch: workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs: jobs:
shellcheck: shellcheck:
name: Shellcheck name: Shellcheck