mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
try with github token
This commit is contained in:
parent
8e906ea66d
commit
ec6276e368
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -62,11 +62,12 @@ 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: |
|
||||||
tar -xvf result.tar.gz last-result || true
|
tar -xvf result.tar.gz last-result || true
|
||||||
|
|
||||||
- name: diff
|
- name: diff
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#nvd -- diff last-result result || true
|
nix run nixpkgs#nvd -- diff last-result result || true
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue