Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: solved error in cdelivery workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed May 5, 2022
1 parent cbf1ce0 commit d4e03e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdelivery-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_GRAASP_AUTH_PROD }}
cloudfront-distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION_GRAASP_AUTH_PROD }}
api-host: ${{ secrets.REACT_APP_API_HOST_PROD }}
show-notifications: true
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
graasp-compose-host: ${{ secrets.REACT_APP_GRAASP_COMPOSE_HOST_PROD }}

0 comments on commit d4e03e9

Please sign in to comment.