dev: update add permissions to the action (#2337)

This commit is contained in:
Nikhil 2023-10-02 14:40:31 +05:30 committed by GitHub
parent c96960955b
commit de33e6775f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ jobs:
# Only run the job when a PR is merged
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v2