Quaint-Studios/Reia

Security and quality fixes

オープン

#47 opened on 2026/05/31

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)GDScript (51 件のフォーク)auto 404
good first issuepriority: medtype: fix

Repository metrics

Stars
 (887 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド