diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 1ec429f9b6..a5ce8d81a4 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -60,7 +60,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 {