Skip to content

Commit

Permalink
ci: Add token for quota (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Jan 16, 2023
1 parent 2f9f18d commit c50d590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
version: '22.3.0'
java-version: '17'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check license header
run: mvn license:format

Expand All @@ -64,6 +65,7 @@ jobs:
version: '22.3.0'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build natives
run: mvn clean package -DskipTests
- name: Check natives
Expand Down

0 comments on commit c50d590

Please sign in to comment.