Skip to content

Commit

Permalink
fix: contents permissions -> write
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Andersen committed Jul 22, 2024
1 parent 39f91fa commit 17a02cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dead-domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 9 * * *"

permissions:
contents: read
contents: write
pull-requests: write

jobs:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 17a02cb

Please sign in to comment.