Quaint-Studios/Reia

Security and quality fixes

Geschlossen

#47 geöffnet am 31.05.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)GDScript (51 Forks)auto 404
good first issuepriority: medtype: fix

Repository-Metriken

Stars
 (887 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8h 19m) (1 gemergte PR in 30 T)

Beschreibung

We should update the workflows to limit permissions.

godot.yml needs

permissions:
  contents: write  # Required for softprops/action-gh-release to create releases and upload assets

upload_rust.yml

# Explicitly lock down the token to read-only for security compliance
permissions:
  contents: read   # Required for actions/checkout to pull down the repository source

Contributor Guide