Skip to content

Commit

Permalink
ci: Add missing applicationId envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 27, 2024
1 parent 69ee08f commit 79c4db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
VONAGE_API_KEY: a1b2c3d4
VONAGE_API_SECRET: 1234567890abcdef
VONAGE_SIGNATURE_SECRET: abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQR
VONAGE_APPLICATION_ID: 00000000-0000-4000-8000-000000000000
VONAGE_PRIVATE_KEY_PATH: src/test/resources/com/vonage/client/kt/application_key
run: mvn -e --batch-mode clean verify
- name: Run Codecov
Expand Down

0 comments on commit 79c4db3

Please sign in to comment.