diff --git a/.github/workflows/monthly_pr_report.yaml b/.github/workflows/monthly_pr_report.yaml index b2af9067..ed705309 100644 --- a/.github/workflows/monthly_pr_report.yaml +++ b/.github/workflows/monthly_pr_report.yaml @@ -9,6 +9,7 @@ jobs: if: github.event.pull_request.draft == false name: Blog draft runs-on: ubuntu-latest + permissions: write-all env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}