Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken postman collection workflow #867

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/postman-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
automated-api-tests:
runs-on: ubuntu-latest
env:
COLLECTION_ID: 25879866-266032b1-1fe9-4abd-aee9-e6e4b335f921
COLLECTION_ID: 25879866-1903b097-af32-4600-989d-2f68b01f0588
ENVIRONMENT_ID: 12949543-2e78cf27-bd8c-43f2-909f-70a2b87d65fe
steps:
# force checkout of main branch so we get a SHA that will have a corresponding docker image tag in ECR
Expand Down