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

🌱 use same file permissions for release assets #80

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

kranurag7
Copy link
Contributor

@kranurag7 kranurag7 commented Feb 23, 2024

Fixes #79

  • use same permissions for released cluster-stacks
    we were having 0755 permissions for one file
    which was cluster-addon-values.yaml and this
    commit updates it so that we have the same
    permissions for all the files in release assets.

    Signed-off-by: kranurag7 anurag.kumar@syself.com

we were having 0755 permissions for one file
which was cluster-addon-values.yaml and this
commit updates it so that we have the same
permissions for all the files in release assets.

Signed-off-by: kranurag7 <anurag.kumar@syself.com>
@kranurag7 kranurag7 marked this pull request as ready for review February 23, 2024 20:17
@cluster-stack-bot cluster-stack-bot bot added the area/code Changes made in the code directory label Feb 23, 2024
@kranurag7 kranurag7 merged commit da50834 into main Feb 23, 2024
5 checks passed
@kranurag7 kranurag7 deleted the syself/fix-file-permissions branch February 23, 2024 20:27
@jschoone jschoone added the Container Issues or pull requests relevant for Team 2: Container Infra and Tooling label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code Changes made in the code directory Container Issues or pull requests relevant for Team 2: Container Infra and Tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use same permissions for release assets
3 participants