Skip to content

Commit

Permalink
Merge pull request #39 from axiomhq/lukasmalkmus/dx-436-use-new-secre…
Browse files Browse the repository at this point in the history
…ts-in-axiom-rust

fix(ci): use new secrets
  • Loading branch information
bahlo authored Jan 12, 2023
2 parents e88161b + 55b8a62 commit 392b4e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
AXIOM_URL: ${{ secrets.TESTING_CLOUD_DEV_DEPLOYMENT_URL }}
AXIOM_TOKEN: ${{ secrets.TESTING_CLOUD_DEV_ACCESS_TOKEN }}
AXIOM_ORG_ID: ${{ secrets.TESTING_CLOUD_DEV_ORG_ID }}
AXIOM_URL: ${{ secrets.TESTING_DEV_APP_URL }}
AXIOM_TOKEN: ${{ secrets.TESTING_DEV_TOKEN }}
AXIOM_ORG_ID: ${{ secrets.TESTING_DEV_ORG_ID }}
AXIOM_DATASET_SUFFIX: ${{ github.run_id }}
with:
command: test
Expand Down

0 comments on commit 392b4e0

Please sign in to comment.