Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent 53d877e commit 36c7f8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: one
run: echo "github.actor is ${{ github.actor }} and github.token is ${{ github.token }}"
- name: two
run: echo "GITHUB_ACTOR is ${GITHUB_ACTOR} and GITHUB_TOKEN is ${GITHUB_TOKEN}"
- name: three
run: echo "secrets actor is ${{ secrets.GITHUB_ACTOR }} and secrets token is ${{ secrets.GITHUB_TOKEN }}"
- name: Run Maven
run: mvn -B clean verify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }}

0 comments on commit 36c7f8b

Please sign in to comment.