Skip to content

Commit

Permalink
Merge pull request #973 from rsvoboda/setup-graalvm.github-token
Browse files Browse the repository at this point in the history
Use github-token for graalvm/setup-graalvm to reduce rate limiting issues
  • Loading branch information
rsvoboda authored Jan 4, 2023
2 parents 00712ca + c6a0fe6 commit d430265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
version: ${{ matrix.graalvm-version }}
java-version: ${{ matrix.graalvm-java-version }}
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure Pagefile
# Increased the page-file size due to memory-consumption of native-image command
# For details see https://github.com/actions/virtual-environments/issues/785
Expand Down

0 comments on commit d430265

Please sign in to comment.