We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee561c1 commit 80e1c4eCopy full SHA for 80e1c4e
.github/workflows/wiremock-deploy.yml
@@ -20,15 +20,8 @@ jobs:
20
- name: Install WireMock CLI
21
run: npm install -g @wiremock/cli
22
23
- - name: Create WireMock config directory
24
- run: mkdir -p ~/.config/wiremock-cli
25
-
26
- - name: Create WireMock config file
27
- run: |
28
- cat > ~/.config/wiremock-cli/config.yaml << 'EOF'
29
- wiremock:
30
- cloud: {user: {id: 'm7m1g', email: '${{ secrets.WIREMOCK_EMAIL }}', token: '${{ secrets.WIREMOCK_TOKEN }}'}}
31
- EOF
+ - name: Set the API token
+ run: wiremock config set api_token ${{ secrets.WIREMOCK_TOKEN }}
32
33
- name: Push mock API to WireMock Cloud
34
run: wiremock push mock-api git-pr-workflow-demo --to 8vo14
0 commit comments