Update main.yml

This commit is contained in:
dabreadman (YI XIANG TAN) 2021-12-23 07:24:35 +08:00 committed by GitHub
parent f10e5ef8c0
commit 6632883546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Sync Upstream
env:
# Required, URL to upstream (fork base)
UPSTREAM_URL: "https://github.com/Footsiefat/zspotify.git"
UPSTREAM_URL: "https://github.com/limaceous-bushwhacker/zspotify.git"
# Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }}
# Over here, we use a PAT instead to authenticate workflow file changes.
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}