Skip to content

Commit

Permalink
Add GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 17, 2024
1 parent a286177 commit a74c2ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: |
gh release download v${{ needs.fetch.outputs.xz }} -R tukaani-project/xz -p xz-${{ needs.fetch.outputs.xz }}.tar.gz
tar -xzf xz-${{ needs.fetch.outputs.xz }}.tar.gz
env:
GH_TOKEN: ${{ github.token }}
- name: Configure XZ Utils Build
working-directory: xz-${{ needs.fetch.outputs.xz }}
run: >
Expand Down

0 comments on commit a74c2ad

Please sign in to comment.