返回提交历史
Modified
.github/workflows/publish-workflow.yaml
+1
-1
XFEstudio/gpt4free
~
9ae3bc4d
代码差异
1 个文件
+1
-1
@@ -23,7 +23,7 @@ jobs:
23
23
with:
24
24
registry: ghcr.io
25
25
username: ${{ github.repository_owner }}
26
password: ${{ secrets.GITHUB_TOKEN }}
26
password: ${{ secrets.GHCR_PAT }}
27
27
- name: Build and push image
28
28
uses: docker/build-push-action@v5
29
29
with: