mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6037] [MERGED] Replace GH_TOKEN with JF_BOT_TOKEN #10784
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6037
Author: @ferferga
Created: 5/12/2021
Status: ✅ Merged
Merged: 5/16/2021
Merged by: @anthonylavado
Base:
master← Head:pat_token📝 Commits (1)
7365448chore: replace GH_TOKEN with JF_BOT_TOKEN📊 Changes
3 files changed (+9 additions, -9 deletions)
View changed files
📝
.github/workflows/automation.yml(+5 -5)📝
.github/workflows/merge-conflicts.yml(+1 -1)📝
.github/workflows/rebase.yml(+3 -3)📄 Description
GH_TOKENseems to be used internally by GitHub and it's making some actions we're using in some repos fail (Source)(PRs made from users of the org are always successful, but PRs that aren't don't work, like Dependabot PRs. This can be checked by looking at the history of server repos and Jellyfin Vue)
The org-wide secret should be renamed to something else to avoid confusion and further replacements or messes in GH's side. This PR replaces
GH_TOKENwithJF_BOT_TOKEN, which should be pretty generic.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.