mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-24 16:48:49 -07:00
This pull request updates GitHub Actions workflow files to explicitly set permissions for certain actions. (fixing the permissions issues) **Workflow permissions updates:** * Added explicit `issues: write` permission to the `assign.yml` workflow to ensure it can modify issues as needed. * Set `contents: write`, `actions: write`, and `checks: write` permissions in the `build_all.yml` workflow to allow the workflow to interact with repository contents, manage actions, and update checks. |
||
|---|---|---|
| .. | ||
| assign.yml | ||
| build_all.yml | ||
| build_check_cache.yml | ||
| build_deps.yml | ||
| build_orca.yml | ||
| check_locale.yml | ||
| check_profiles.yml | ||
| orca_bot.yml | ||
| publish_docs_to_wiki.yml | ||
| shellcheck.yml | ||
| update-translation.yml | ||
| validate-documentation.yml | ||