Skip to content

Commit ca21619

Browse files
authored
Update release.yml
1 parent 93ec6e6 commit ca21619

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
# Use the latest Ubuntu runner for consistent build environment
1515
runs-on: ubuntu-latest
1616

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+
1724
steps:
1825
# Step 1: Check out the repository code at the tagged commit
1926
- uses: actions/checkout@v4
@@ -88,4 +95,4 @@ jobs:
8895
- name: Clean up
8996
if: always() # Run even if previous steps fail
9097
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

Comments
 (0)