fix(ci): set github actions permissions to allow write
This commit is contained in:
parent
afcb71f90e
commit
39c09d014d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue