GitHub Actions Workflow Update – Windows Only Support#8
Merged
Conversation
## GitHub Actions Workflow Update – Windows Only Support
The `download.yml` workflow file has been successfully updated!
Linux and macOS builds were removed, keeping only the Windows version. Additionally, `permissions` blocks were added to resolve **GITHUB_TOKEN** issues.
### Key Changes:
- Added `permissions: contents: read` at the global workflow level
- Added `permissions: contents: read` for the first job **download-info**
- Added `permissions: {}` for the second job **test-downloads**
- Removed all Linux/macOS references from **Display Download Information**
- Removed Linux/macOS installation commands
- Removed Linux/macOS download test steps
- Kept **Windows-only** build across all workflow sections
✅ Now `download.yml` supports **Windows only** and no longer triggers **GITHUB_TOKEN permissions** warnings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Actions Workflow Update – Windows Only Support
The
download.ymlworkflow file has been successfully updated! Linux and macOS builds were removed, keeping only the Windows version. Additionally,permissionsblocks were added to resolve GITHUB_TOKEN issues.Key Changes:
permissions: contents: readat the global workflow levelpermissions: contents: readfor the first job download-infopermissions: {}for the second job test-downloads✅ Now
download.ymlsupports Windows only and no longer triggers GITHUB_TOKEN permissions warnings.🔄 Pull Request Overview
Affected Component
Type of Change
📝 Description
What does this PR do?
Why is this change needed?
How has this been tested?
🔗 Related Issues
Closes #
Related to #
📸 Screenshots/Examples
Before:
After:
✅ Checklist
Code Quality
Testing
Documentation
Security & Performance
🚀 Deployment Notes
📋 Additional Context
🔍 Review Guidelines
CIN FRAMEWORK – WEB 4 – POWERED BY LOCAL SELF-SUFFICIENCY AND AGGRESSIVE SECURITY
Thank you for contributing to CIN Framework! 🙏