ソースを参照

Change secret to Github token

tags/v2.1.9^2
9seconds 2ヶ月前
コミット
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

読み込み中…
キャンセル
保存