Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jun 8, 2022
1 parent 45a1aa7 commit e829bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI pipeline for Graasp compose
name: Continuous Integration pipeline for Graasp compose

# Controls when the action will run.
on:
Expand All @@ -16,7 +16,7 @@ on:
jobs:
graasp-deploy-s3-workflow:
name: Graasp Builder
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@main
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@5ad156f86b2de177a81546db2ddc252a2ace36ca
with:
build-folder: 'build'
secrets:
Expand All @@ -26,7 +26,7 @@ jobs:
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_GRAASP_COMPOSE_DEV }}
cloudfront-distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION_GRAASP_COMPOSE_DEV }}
api-host: ${{ secrets.REACT_APP_API_HOST_DEV }}
show-notifications: true
show-notifications: ${{ secrets.SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_DEV }}
graasp-perform-host: ${{ secrets.REACT_APP_GRAASP_PERFORM_HOST_DEV }}
graasp-analyzer-host: ${{ secrets.REACT_APP_GRAASP_ANALYZER_HOST_DEV }}
Expand Down

0 comments on commit e829bec

Please sign in to comment.