From cb2b217375b58e25de92aa1625ffa73abe55d412 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 28 Sep 2023 00:13:37 -0500 Subject: [PATCH] workflows/dco-report: use bot token Update for https://github.com/openslide/.github/pull/3. Signed-off-by: Benjamin Gilbert --- .github/workflows/dco-report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dco-report.yml b/.github/workflows/dco-report.yml index c4e728f..2b0e84b 100644 --- a/.github/workflows/dco-report.yml +++ b/.github/workflows/dco-report.yml @@ -6,10 +6,9 @@ on: types: - completed -permissions: - pull-requests: write - jobs: comment: name: Organization uses: openslide/.github/.github/workflows/dco-report.yml@main + secrets: + OPENSLIDE_BOT_TOKEN: ${{ secrets.OPENSLIDE_BOT_TOKEN }}