Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Fix GitHub Actions add-to-project workflow

Aperta
#83 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
58/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
github-actions
Ambito
ci-cd

Direzione di ricerca

Individua il workflow riutilizzabile add-to-project e analizza la relativa invocazione di actions/add-to-project@v1.0.2 e gli input del token. Verifica che il workflow utilizzi la gestione dei secret prevista, quindi conferma che gli eventi relativi a issue e pull request possano aggiungere elementi a GitHub Projects per codex-cli, subtitle-manager, gcommon e ghcommon.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug enhancement github-actions module:ui priority:medium workflow

Fixed the reusable add-to-project workflow that was failing with 'Input required and not supplied: github-token' error.

Problem

The actions/add-to-project@v1.0.2 action was failing because the github-token input wasn't being properly supplied. The reusable workflow was trying to use inputs.github-token || secrets.gh-token but the input parameter was causing issues.

Solution

  • Removed the confusing github-token input parameter from the reusable workflow
  • Modified the workflow to directly use secrets.gh-token
  • Simplified the token handling to use only the secret

Impact

This fixes the add-to-project automation across all repositories using this reusable workflow:

  • codex-cli
  • subtitle-manager
  • gcommon
  • ghcommon
    The workflows will now successfully add issues and PRs to GitHub Projects automatically.
Lingua principale
Python
Stelle
2
Fork
0
Merge medio
18h 8m
PR unite (30g)
14

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di falkcorp/github-common

Tutte le issue di falkcorp/github-common

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.