There was an error while loading. Please reload this page.
1 parent 93ec6e6 commit ca21619Copy full SHA for ca21619
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,13 @@ jobs:
14
# Use the latest Ubuntu runner for consistent build environment
15
runs-on: ubuntu-latest
16
17
+ env:
18
+ # Cloudinary dummy variables for testing
19
+ CLOUDINARY_CLOUD_NAME: ${{ secrets.CLOUDINARY_CLOUD_NAME }}
20
+ CLOUDINARY_API_KEY: ${{ secrets.CLOUDINARY_API_KEY }}
21
+ CLOUDINARY_API_SECRET: ${{ secrets.CLOUDINARY_API_SECRET }}
22
+
23
24
steps:
25
# Step 1: Check out the repository code at the tagged commit
26
- uses: actions/checkout@v4
@@ -88,4 +95,4 @@ jobs:
88
95
- name: Clean up
89
96
if: always() # Run even if previous steps fail
90
97
run: docker compose -f docker-compose-test.yml down -v
91
- # Remove test containers and associated volumes
98
+ # Remove test containers and associated volumes
0 commit comments