Skip to content

Commit

Permalink
chore: replace the token for test (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Feb 12, 2025
1 parent 948df6b commit f8a7501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f8a7501

Please sign in to comment.