Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-24 00:14:59 +02:00 committed by GitHub
parent 0a23a755ca
commit 4ae2050e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {