From 160bae936737d166fcf85b5346f663caca455b1e Mon Sep 17 00:00:00 2001 From: initialencounter <2911583893@qq.com> Date: Sat, 13 Apr 2024 13:13:02 +0800 Subject: [PATCH] chore: test build --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bfcb350..2b9570d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -50,7 +50,7 @@ jobs: - name: Get artifacts run: | - bash get_artifacts.sh ${{ secrets.ARTIFACTS_TOKEN }} + bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }} ls -lh - name: Build and push by digest