Remove unnecessary write permission for packages in workflow

This commit is contained in:
amithkoujalgi 2025-03-11 10:33:14 +05:30
parent ee0493eb57
commit 22b403d0b0
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3