Skip to content

Commit

Permalink
Seguir arreglando el workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271728 committed May 2, 2022
1 parent b08510a commit 855cd10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pruebaDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CLOUDINARY_API_KEY,
CLOUDINARY_API_SECRET,
env:
MONGO_URI = {{secrets.MONGO_URI}},
CLOUDINARY_NAME={{secrets.CLOUD_NAME}},
CLOUDINARY_API_KEY={{secrets.CLOUD_KEY}},
CLOUDINARY_API_SECRET={{secrets.CLOUD_SECRET}},
MONGO_URI =${{secrets.MONGO_URI}},
CLOUDINARY_NAME=${{secrets.CLOUD_NAME}},
CLOUDINARY_API_KEY=${{secrets.CLOUD_KEY}},
CLOUDINARY_API_SECRET=${{secrets.CLOUD_SECRET}},

0 comments on commit 855cd10

Please sign in to comment.