Skip to content

Commit

Permalink
add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 17, 2024
1 parent 41feae6 commit f37b816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
export PATH=$PATH:/usr/bin:/usr/local/bin:/usr/local/imagemagick/bin
- name: Download release file
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
run: gh release download --pattern ${{ matrix.typeface }}.tar.gz

- name: Install font
Expand Down

0 comments on commit f37b816

Please sign in to comment.