Skip to content

Commit 4708cde

Browse files
committed
workflows/dco-report: use bot token
Update for openslide/.github#3. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 8e06ed4 commit 4708cde

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dco-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ on:
66
types:
77
- completed
88

9-
permissions:
10-
pull-requests: write
11-
129
jobs:
1310
comment:
1411
name: Organization
1512
uses: openslide/.github/.github/workflows/dco-report.yml@main
13+
secrets:
14+
OPENSLIDE_BOT_TOKEN: ${{ secrets.OPENSLIDE_BOT_TOKEN }}

0 commit comments

Comments
 (0)