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 {