mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Update uncivbot.yml
This commit is contained in:
parent
4ae2050e4d
commit
93a6286512
3
.github/workflows/uncivbot.yml
vendored
3
.github/workflows/uncivbot.yml
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user