Skip to content

Commit

Permalink
style: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jun 10, 2022
1 parent 2e6ccfb commit e87f248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cintegration-s3-apps-caller.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI pipeline for S3-apps
name: Deploy text input app to development environment

# Controls when the action will run.
on:
Expand Down Expand Up @@ -28,6 +28,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_DEV }}
aws-region: ${{ secrets.APPS_AWS_REGION }}
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_APPS_DEV }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_DEV }}
app-id: ${{ secrets.APP_ID }}
graasp-domain-dev: ${{ secrets.DEV_GRAASP_DOMAIN }}
cloudfront-distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_DEV }}
graasp-domain: ${{ secrets.DEV_GRAASP_DOMAIN }}

0 comments on commit e87f248

Please sign in to comment.