add secret to pipeline

This commit is contained in:
2025-04-10 05:18:29 -07:00
parent 1821d86a1e
commit c897eb8265
+4
View File
@@ -58,6 +58,10 @@ jobs:
run: poetry install --no-interaction run: poetry install --no-interaction
- name: Generate new calendar Files - name: Generate new calendar Files
run: poetry run generate-ics run: poetry run generate-ics
with:
env:
GOOGLE_SERVICE_ACCOUNT_CREDS: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}
#---------------------------------------------- #----------------------------------------------
# load cached venv if cache exists # load cached venv if cache exists
#---------------------------------------------- #----------------------------------------------