-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add KAGGLE_KERNELS_PRIVATE environment variable #12
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94688b8 - Browse repository at this point
Copy the full SHA 94688b8View commit details -
docs: update Readme to include ARCHIVE_PASSWORD secret
- Added instructions to set the ARCHIVE_PASSWORD secret for artifact encryption
Configuration menu - View commit details
-
Copy full SHA for 719bec5 - Browse repository at this point
Copy the full SHA 719bec5View commit details -
feat: enhance workflow with conditional archive creation and deployment
- Added conditional check for ARCHIVE_PASSWORD secret - Implemented high compression and password protection for kernels archive - Updated artifact upload to use the new kernels.7z file - Added conditional steps for deploying to another repository if SSH_DEPLOY_KEY and DESTINATION_REPOSITORY_NAME are set - Improved cleanup steps to remove temporary files and directories
Configuration menu - View commit details
-
Copy full SHA for 122b064 - Browse repository at this point
Copy the full SHA 122b064View commit details -
fix: update main.py to use environment variable for include_private
- Added os import to main.py - Changed default value of include_private to False - Updated main function to use environment variable KAGGLE_KERNELS_PRIVATE for include_private parameter
Configuration menu - View commit details
-
Copy full SHA for 0c00378 - Browse repository at this point
Copy the full SHA 0c00378View commit details -
feat: enhance workflow with detailed step summaries and improved depl…
…oyment - Added step summaries to provide detailed information in the workflow summary - Updated conditional checks and environment variable handling for better clarity - Improved cleanup steps to ensure temporary files and directories are removed - Corrected the name of the step for pushing the kernels directory to another repository
Configuration menu - View commit details
-
Copy full SHA for 4935169 - Browse repository at this point
Copy the full SHA 4935169View commit details -
Merge remote-tracking branch 'remotes/origin/main' into dev
# Conflicts: # .github/workflows/doit.yml
Configuration menu - View commit details
-
Copy full SHA for 6f03195 - Browse repository at this point
Copy the full SHA 6f03195View commit details -
feat: add KAGGLE_KERNELS_PRIVATE environment variable and update main.py
- Added KAGGLE_KERNELS_PRIVATE environment variable to GitHub Actions workflow - Updated argparse help messages in main.py to use formatted default values
Configuration menu - View commit details
-
Copy full SHA for a67fa8d - Browse repository at this point
Copy the full SHA a67fa8dView commit details -
Merge remote-tracking branch 'remotes/origin/main' into dev
# Conflicts: # main.py
Configuration menu - View commit details
-
Copy full SHA for 2108b74 - Browse repository at this point
Copy the full SHA 2108b74View commit details