Skip to content

Commit

Permalink
Get API token for CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Feb 6, 2025
1 parent 5590123 commit 4b3faee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ on:
- cron: '0 4 * * 2'

env:
PYTKET_REMOTE_IQM_AUTH_SERVER_URL: ${{ secrets.PYTKET_REMOTE_IQM_AUTH_SERVER_URL }}
PYTKET_REMOTE_IQM_USERNAME: ${{ secrets.PYTKET_REMOTE_IQM_USERNAME }}
PYTKET_REMOTE_IQM_PASSWORD: ${{ secrets.PYTKET_REMOTE_IQM_APIKEY }}
PYTKET_REMOTE_IQM_API_TOKEN: ${{ secrets.PYTKET_REMOTE_IQM_API_TOKEN }}

jobs:
iqm-checks:
Expand Down

0 comments on commit 4b3faee

Please sign in to comment.