瀏覽代碼

Change secret to Github token

tags/v2.1.9^2
9seconds 5 月之前
父節點
當前提交
816b7f72b6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 查看文件

@@ -138,7 +138,7 @@ jobs:
138 138
         with:
139 139
           registry: ghcr.io
140 140
           username: ${{ github.actor }}
141
-          password: ${{ secrets.GH_PATH }}
141
+          password: ${{ secrets.GITHUB_TOKEN }}
142 142
 
143 143
       - name: Build and push
144 144
         uses: docker/build-push-action@v2

Loading…
取消
儲存