fix(ci): set github actions permissions to allow write

This commit is contained in:
Mohammad Rafiq 2025-03-31 05:26:18 +08:00
parent afcb71f90e
commit 39c09d014d
No known key found for this signature in database

View file

@ -7,6 +7,8 @@ on:
jobs:
lockfile:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4