Skip to content

Commit

Permalink
alt2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent ac6bcb8 commit 6c8ef96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: actor
run: echo "github.actor is ${{ github.actor }} and github.token is $${{ github.token }}"
- name: Run Maven
run: mvn -B clean verify
env:
Expand Down
2 changes: 1 addition & 1 deletion .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<servers>
<server>
<id>github-pcalouche-spring-forge</id>
<username>pcalouche</username>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
Expand Down

0 comments on commit 6c8ef96

Please sign in to comment.