Skip to content

Commit

Permalink
Use JF_BOT_TOKEN in app-publish workflow
Browse files Browse the repository at this point in the history
(cherry picked from commit 876e6bc)
  • Loading branch information
nielsvanvelzen committed May 9, 2022
1 parent 1715dc0 commit f97db46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Upload release archive to GitHub release
uses: alexellis/upload-assets@0.3.0
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
with:
asset_paths: '["build/jellyfin-publish/*"]'
- name: Upload release archive to repo.jellyfin.org
Expand Down

0 comments on commit f97db46

Please sign in to comment.