Quaint-Studios/Reia

Security and quality fixes

Aperta

#47 aperta il 31 mag 2026

 (1 commento) (0 reazioni) (0 assegnatari)GDScript (51 fork)auto 404
good first issuepriority: medtype: fix

Metriche repository

Star
 (887 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor