From f8a7501466273346096bea27111477f71e632801 Mon Sep 17 00:00:00 2001 From: "Giau. Tran Minh" <12751435+giautm@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:13:31 +0700 Subject: [PATCH] chore: replace the token for test (#310) --- .github/workflows/ci-go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index fc6d6908..b8fead51 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -447,12 +447,12 @@ jobs: - name: sanity using url uses: ./monitor/schema with: - cloud-token: ${{ secrets.ATLAS_AGENT_TOKEN }} + cloud-token: ${{ secrets.ATLAS_TOKEN }} url: 'mysql://root:pass@localhost:3306/dev' slug: 'github-action' - name: sanity using config uses: ./monitor/schema with: - cloud-token: ${{ secrets.ATLAS_AGENT_TOKEN }} + cloud-token: ${{ secrets.ATLAS_TOKEN }} config: 'file://monitor/schema/atlas.hcl' env: 'dev'