Skip to content

Commit

Permalink
OPHYK-356 bump GA action versions and add required github token for p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
tokarls committed Nov 25, 2024
1 parent 61995c0 commit da97f78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
cache: 'maven'

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn clean package

- name: Deploy
Expand Down

0 comments on commit da97f78

Please sign in to comment.