mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #146] [MERGED] fix(gh-actions): Workflow does not contain permissions #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/146
Author: @marcschaeferger
Created: 9/21/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @oschwartz10612
Base:
dev← Head:github-actions📝 Commits (1)
aff928efix(gh-actions): Workflow does not contain permissions📊 Changes
2 files changed (+6 additions, -0 deletions)
View changed files
📝
.github/workflows/cicd.yml(+3 -0)📝
.github/workflows/test.yml(+3 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description Copilot
This pull request updates the GitHub Actions workflow configuration files to explicitly set permissions for improved security.
Security improvements to workflow permissions:
.github/workflows/cicd.yml: Added apermissionsblock to restrict workflow access to read-only for repository contents..github/workflows/test.yml: Added apermissionsblock to restrict workflow access to read-only for repository contents.How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.