v4.0.5
🪲 [Fix]: Access to GH_TOKEN and Get-Settings for Name (#171)
Description
This pull request includes updates to the workflow files to improve clarity and functionality. The changes primarily focus on refining conditional logic in PowerShell scripts and enhancing environment variable handling in GitHub Actions.
Workflow improvements:
.github/workflows/Get-Settings.yml: Updated the conditional logic for determining the$namevariable to use explicitif-elseif-elsestatements, improving readability and maintainability.
Environment variable and input adjustments:
.github/workflows/workflow.yml: Added theGH_TOKENenvironment variable to thePublish modulestep to ensure authentication is handled securely..github/workflows/workflow.yml: Reintroduced theWorkingDirectoryinput to thePublish modulestep for better modularity and flexibility in specifying paths.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas