Skip to content

Commit

Permalink
Forgot token
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik1ll committed Nov 7, 2024
1 parent 2e5af5d commit 48dcd32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-jellyfin-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "$GITHUB_REF_NAME" ./artifacts/*.zip --generate-notes --verify-tag
- name: Push Repository Index
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 48dcd32

Please sign in to comment.