Skip to content

Commit

Permalink
updated actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
doppleware committed May 22, 2024
1 parent 3792822 commit 3b7b26c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Instrument app
uses: digma-ai/digma-actions/[email protected].9
uses: digma-ai/digma-actions/[email protected].11
with:
# Assuming the action expects these inputs:
collector_url: 'https://collector.meloona01.digma.systems'
Expand All @@ -37,9 +37,11 @@ jobs:
run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test

- name: Validate no issues
uses: digma-ai/digma-actions/[email protected].9
uses: digma-ai/digma-actions/[email protected].11
with:
# Assuming the action expects these inputs:
digma_url: 'https://api.meloona01.digma.systems'
api_token: ${{ secrets.DIGMA_TOKEN }}
environment: 'PETCLINIC_CI'
environment_id: 'PETCLINIC_CI'
user_name: ${{ secrets.DIGMA_USER }}
password: ${{ secrets.DIGMA_PASSWORD }}

0 comments on commit 3b7b26c

Please sign in to comment.