mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-11 06:28:00 +08:00
Fix workflows
This commit is contained in:
2
.github/workflows/dev-latest.yml
vendored
2
.github/workflows/dev-latest.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GITHUB_USERNAME }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
|
||||
Reference in New Issue
Block a user