Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release.yml #93

Merged
merged 1 commit into from
Mar 15, 2025
Merged

Update release.yml #93

merged 1 commit into from
Mar 15, 2025

Conversation

UnoSite
Copy link
Owner

@UnoSite UnoSite commented Mar 15, 2025

No description provided.

@@ -34,7 +34,7 @@ jobs:
- name: Upload zip to release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.PAT_TOKEN }}
file: ./custom_components/braendstofpriser/braendstofpriser.zip
asset_name: braendstofpriser.zip
tag: ${{ github.ref }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review:

  1. It looks like you are updating the repo_token from using ${{ secrets.GITHUB_TOKEN }} to ${{ secrets.PAT_TOKEN }}. Ensure that the PAT_TOKEN secret has the necessary permissions and is securely handled.

  2. Check if the PAT_TOKEN has the required scope or access rights for the action to perform its tasks effectively.

  3. Validate that the file path ./custom_components/braendstofpriser/braendstofpriser.zip exists and is correct relative to the workflow's working directory.

  4. Ensure proper error handling mechanisms are in place, especially around the file uploading procedure, to provide clear feedback in case of failures.

  5. Consider adding comments or documentation to explain the purpose of this workflow step for future reference or for other team members.

Improvement suggestion:
6. Consider adding input validation to ensure that all necessary inputs are provided before proceeding with the action (e.g., check if PAT_TOKEN secret is set, handle cases where the file path may be incorrect).

Remember to test this updated code patch in a safe environment before applying it to production workflows.

@UnoSite UnoSite added the bug-fix Fixed things that didn’t work but now do label Mar 15, 2025
@UnoSite UnoSite merged commit 0ef7165 into main Mar 15, 2025
16 checks passed
@UnoSite UnoSite deleted the UnoSite-patch-12 branch March 15, 2025 02:52
Repository owner locked and limited conversation to collaborators Mar 23, 2025
@UnoSite UnoSite added the LOCKED This thread is locked label Mar 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug-fix Fixed things that didn’t work but now do LOCKED This thread is locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant