Skip to content

Commit ec87581

Browse files
committed
migrate from CI api key to CI auth token
1 parent 4c0c7c4 commit ec87581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cd collect-raw-metric-data-extension && make install
4747
- name: Setup LocalStack
4848
env:
49-
LOCALSTACK_API_KEY: ${{ secrets.TEST_LOCALSTACK_API_KEY }}
49+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
5050
run: |
5151
source .venv/bin/activate
5252
pip install localstack
@@ -59,7 +59,7 @@ jobs:
5959
echo "Startup complete"
6060
- name: Run Moto Integration Tests against LocalStack
6161
env:
62-
LOCALSTACK_API_KEY: ${{ secrets.TEST_LOCALSTACK_API_KEY }}
62+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
6363
run: |
6464
source .venv/bin/activate
6565
python -m pytest --durations=10 --services=${{ inputs.selected-services || 'all' }} --timeout=300 --capture=no --junitxml=target/reports/pytest.xml moto/tests --tb=line

0 commit comments

Comments
 (0)