try with github token

This commit is contained in:
Tyler Mayoff 2025-07-07 21:06:44 -04:00
parent 8e906ea66d
commit ec6276e368

View file

@ -62,6 +62,7 @@ jobs:
with: with:
name: ${{ matrix.hostname }}-${{ matrix.arch }} name: ${{ matrix.hostname }}-${{ matrix.arch }}
path: last-result path: last-result
github-token: ${{ github.token }}
- name: extract result - name: extract result
run: | run: |
@ -78,5 +79,5 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.hostname }}-${{ matrix.arch }} name: ${{ matrix.hostname }}-${{ matrix.arch }}
path: | path: result.tar.gz
result.tar.gz github-token: ${{ github.token }}