Update uncivbot.yml

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

View File

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