feat: add permissions for contents and pull-requests in workflow

This commit is contained in:
alam00000
2026-03-20 20:43:38 +05:30
parent 57b143cb9c
commit 1d986aedb1

View File

@@ -5,6 +5,10 @@ on:
schedule:
- cron: '0 3 * * 1' # Weekly; adjust as needed
permissions:
contents: write
pull-requests: write
jobs:
update-snippet:
runs-on: ubuntu-latest