diff --git a/.github/workflows/sync_readme.yml b/.github/workflows/sync_readme.yml index 0062fb7..89416ef 100644 --- a/.github/workflows/sync_readme.yml +++ b/.github/workflows/sync_readme.yml @@ -13,7 +13,11 @@ on: jobs: sync-readme: runs-on: ubuntu-latest - + + permissions: + actions: write + contents: write + steps: # Checkout the repository - uses: actions/checkout@v4