[PR #6037] [MERGED] Replace GH_TOKEN with JF_BOT_TOKEN #10784

Closed
opened 2026-02-07 06:26:37 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: pat_token


📝 Commits (1)

  • 7365448 chore: 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_TOKEN seems 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_TOKEN with JF_BOT_TOKEN, which should be pretty generic.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6037 **Author:** [@ferferga](https://github.com/ferferga) **Created:** 5/12/2021 **Status:** ✅ Merged **Merged:** 5/16/2021 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `pat_token` --- ### 📝 Commits (1) - [`7365448`](https://github.com/jellyfin/jellyfin/commit/73654481e2faf97a089706d9f449de8b9d85238c) chore: replace GH_TOKEN with JF_BOT_TOKEN ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/automation.yml` (+5 -5) 📝 `.github/workflows/merge-conflicts.yml` (+1 -1) 📝 `.github/workflows/rebase.yml` (+3 -3) </details> ### 📄 Description ``GH_TOKEN`` seems to be used internally by GitHub and it's making some actions we're using in some repos fail ([Source](https://github.com/alex-page/github-project-automation-plus/issues/39)) *(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_TOKEN`` with ``JF_BOT_TOKEN``, which should be pretty generic. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10784