diff --git a/.github/workflows/test-with-postman-cli.yml b/.github/workflows/test-with-postman-cli.yml index 33f8668..fe9de74 100644 --- a/.github/workflows/test-with-postman-cli.yml +++ b/.github/workflows/test-with-postman-cli.yml @@ -13,7 +13,7 @@ jobs: run: | curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh - name: Login to Postman CLI - run: postman login # --with-api-key ${{ secrets.POSTMAN_API_KEY }} + run: postman login with-api-key ${{ secrets.POSTMAN_API_KEY }} - name: Run API Tests run: | postman collection run "${{ github.workspace }}/postman/collections/Cat Fact API.json" --integration-id "138662-${{ github.run_id }}"