Kaynağa Gözat

Change secret to Github token

tags/v2.1.9^2
9seconds 2 ay önce
ebeveyn
işleme
816b7f72b6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet