Skip to content

Commit

Permalink
action: fix gh cli authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Jun 6, 2024
1 parent 769fa76 commit 7c901d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:
uses: actions/checkout@v4
- name: Install packaging dependencies
run: sudo apt install -y aria2 libarchive-tools
- name: Run stuff
- name: Setup DwarFS
run: |
sudo cp appdwarf /bin
cd apps
sudo wget https://github.com/mhx/dwarfs/releases/download/v0.9.6/dwarfs-universal-0.9.6-Linux-x86_64-clang -O /bin/mkdwarfs
sudo chmod +x /bin/mkdwarfs
./mk${{ matrix.app }} 21
cd apps
- name: Build image
env:
GH_TOKEN: ${{ github.token }}
run: ./mk${{ matrix.app }}
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7c901d9

Please sign in to comment.