From bc701da72fcb73163da6d509895e630f4f20d3b6 Mon Sep 17 00:00:00 2001 From: ktmage Date: Sun, 28 Jan 2024 13:26:38 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb30fbc..9f73a48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout 5sounds-client repo uses: actions/checkout@v2 with: - repository: ${{ variables.CLIENT_REPO }} + repository: ${{ env.CLIENT_REPO }} token: ${{ secrets.REPO_ACCESS_TOKEN }} path: client