XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

~

9ae3bc4d
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified .github/workflows/publish-workflow.yaml +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: