fix GITHUB_TOKEN permissions in workflows #1598

Closed
opened 2026-04-05 18:36:22 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @NanashiTheNameless on 11/17/2025

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.
*Originally created by @NanashiTheNameless on 11/17/2025* 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1598