diff --git a/.github/workflows/check-api.yml b/.github/workflows/check-api.yml index 5487bb8a4..2be1c33b8 100644 --- a/.github/workflows/check-api.yml +++ b/.github/workflows/check-api.yml @@ -32,8 +32,7 @@ jobs: - name: Run littlepay to get access token run: | - littlepay switch env ${{ matrix.env }} - littlepay switch participant ${{ matrix.participant }} + littlepay switch -e ${{ matrix.env }} -p ${{ matrix.participant }} - name: Report failure to Slack if: always()