diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index ec99e7bc3..7e8b4ea14 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -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