diff --git a/.github/workflows/poetry-update.yml b/.github/workflows/poetry-update.yml index 1b5daf5..45b2f6a 100644 --- a/.github/workflows/poetry-update.yml +++ b/.github/workflows/poetry-update.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 permissions: - contents: read - statuses: write + contents: write # Allow creation of separate branch and push to it + pull-requests: write # Allow creation of PRs steps: - uses: actions/checkout@v4 with: