🎨 Change secret name

This commit is contained in:
Nikhil Badyal
2025-04-19 16:36:40 +05:30
parent cc0537dd5b
commit d48e263493
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
- name: Setup python
uses: actions/setup-python@main
with:
python-version: '3.12.3'
python-version: '3.x'
cache: 'pip' # Enable caching for pip dependencies
- name: Install Requirements
run: |