mirror of
https://github.com/wahyd4/diun.git
synced 2026-08-08 21:06:05 +10:00
Use GITHUB_TOKEN
This commit is contained in:
@@ -91,8 +91,8 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Build artifacts
|
||||
uses: docker/bake-action@v1
|
||||
|
||||
Reference in New Issue
Block a user