Skip to content

Commit

Permalink
workflows/dco-report: drop permissions
Browse files Browse the repository at this point in the history
Ensure the workflow doesn't get write access in forks configured to give
it by default.

Update for openslide/.github#4.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Sep 28, 2023
1 parent e648a6d commit f55e2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dco-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
types:
- completed

permissions:
contents: none

jobs:
comment:
name: Organization
Expand Down

0 comments on commit f55e2c9

Please sign in to comment.