From 93a62865125704d0e35c08000dd495b4afd398aa Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 24 Jan 2021 00:50:57 +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 a5ce8d81a4..8bd92f88f4 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -60,7 +60,8 @@ jobs: steps: - uses: actions/github-script@v3 with: - github-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }} + github-token: ${{secrets.GITHUB_TOKEN}} + # github-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }} script: | async function branchExists(branchName) { try {