From 17a02cba4509c04c7ae40566de35eee0f2f47c6a Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Mon, 22 Jul 2024 03:23:51 +0200 Subject: [PATCH] fix: contents permissions -> write --- .github/workflows/dead-domains.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dead-domains.yml b/.github/workflows/dead-domains.yml index 40e3ba9..c9226c7 100644 --- a/.github/workflows/dead-domains.yml +++ b/.github/workflows/dead-domains.yml @@ -6,7 +6,7 @@ on: - cron: "0 9 * * *" permissions: - contents: read + contents: write pull-requests: write jobs: @@ -42,6 +42,7 @@ jobs: title: "Automated dead domains cleanup" body: "This is an auto-generated PR with fixes for dead domains." branch: "cleanup/dead-domains" + base: main - name: Check outputs if: ${{ steps.cpr.outputs.pull-request-number }}