From c6c5bffafd267158997b69d6f46885fc99b46c0f Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 23:43:49 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index afeaa92222..10e68f854b 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/github-script@v3 with: - github-token: ${{secrets.GITHUB_TOKEN}} + github-token: ${{secrets.ACTIONS_ACCESS_TOKEN}} script: | async function branchExists(branchName) { try { @@ -131,6 +131,7 @@ jobs: repo: context.repo.repo, pull_number: pr.number, merge_method: "squash" }) + console.log("Merged #"+pr.number+", "+pr.title) } catch (err) { console.log(err) }