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$name
variable to use explicitif-elseif-else
statements, improving readability and maintainability.
Environment variable and input adjustments:
.github/workflows/workflow.yml
: Added theGH_TOKEN
environment variable to thePublish module
step to ensure authentication is handled securely..github/workflows/workflow.yml
: Reintroduced theWorkingDirectory
input to thePublish module
step 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