Skip to content

Commit

Permalink
Use GitHub token in nightly build
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 23, 2024
1 parent 17c7737 commit 72e6364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
action: none

- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
xcrun swift build --configuration release --arch arm64 --arch x86_64
tar -cvJf macSubtitleOCR.tar.xz -C .build/apple/Products/Release macSubtitleOCR
Expand Down

0 comments on commit 72e6364

Please sign in to comment.