add write permissions
All checks were successful
Integration / validate (push) Successful in 8s

This commit is contained in:
SimonFJ20 2024-09-26 01:27:11 +02:00
parent 018987c49d
commit 6f3f68d0a4

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read # Needed to clone the repository
contents: write
steps:
- name: Clone
uses: actions/checkout@v3