From dff19b33a04c5c83baf26c7ddade81f586aa5d8d Mon Sep 17 00:00:00 2001 From: eric Liu Date: Thu, 13 Jun 2024 05:27:49 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0321536..5aaca27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + with: + repository: ${{ github.repository }} + token: ${{ secrets.GITHUB_TOKEN }} + - name: Log in to the Docker registry run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ${{ secrets.DOCKER_REGISTRY }} -u ${{ secrets.DOCKER_USERNAME }} --password-stdin