Skip to content

Commit

Permalink
fix: update sha ref and secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 13, 2022
1 parent ce8d488 commit bd86a16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cdelivery-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
graasp-deploy-s3-workflow:
name: Graasp Builder
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@5976045215b3db442504fdfecf3255fcb5d96fab
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
with:
build-folder: 'build'
tag: ${{ github.event.client_payload.tag }}
Expand All @@ -22,9 +22,9 @@ jobs:
api-host: ${{ secrets.REACT_APP_API_HOST_STAGE }}
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_STAGE }}
graasp-perform-host: ${{ secrets.REACT_APP_GRAASP_PERFORM_HOST_STAGE }}
graasp-explorer-host: ${{ secrets.REACT_APP_GRAASP_EXPLORE_HOST_STAGE }}
graasp-analyzer-host: ${{ secrets.REACT_APP_GRAASP_ANALYZER_HOST_STAGE }}
graasp-perform-host: ${{ secrets.PLAYER_CLIENT_HOST_STAGE }}
graasp-explorer-host: ${{ secrets.EXPLORER_CLIENT_HOST_STAGE }}
graasp-analyzer-host: ${{ secrets.ANALYZER_CLIENT_HOST_STAGE }}
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_STAGE }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_STAGE }}
domain: ${{ secrets.REACT_APP_DOMAIN_STAGE }}
8 changes: 4 additions & 4 deletions .github/workflows/cdeployment-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Graasp Builder
# Replace 'main' with the hash of a commit, so it points to an specific version of the reusable workflow that is used
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/cdeployment-s3.yml@5976045215b3db442504fdfecf3255fcb5d96fab
uses: graasp/graasp-deploy/.github/workflows/cdeployment-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
# Replace input build-folder if needed.
with:
build-folder: 'build'
Expand All @@ -28,9 +28,9 @@ jobs:
api-host: ${{ secrets.REACT_APP_API_HOST_PROD }}
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_PROD }}
graasp-perform-host: ${{ secrets.REACT_APP_GRAASP_PERFORM_HOST_PROD }}
graasp-explorer-host: ${{ secrets.REACT_APP_GRAASP_EXPLORE_HOST_PROD }}
graasp-analyzer-host: ${{ secrets.REACT_APP_GRAASP_ANALYZER_HOST_PROD }}
graasp-perform-host: ${{ secrets.PLAYER_CLIENT_HOST_PROD }}
graasp-explorer-host: ${{ secrets.EXPLORER_CLIENT_HOST_PROD }}
graasp-analyzer-host: ${{ secrets.ANALYZER_CLIENT_HOST_PROD }}
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_PROD }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_PROD }}
domain: ${{ secrets.REACT_APP_DOMAIN_PROD }}
8 changes: 4 additions & 4 deletions .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
graasp-deploy-s3-workflow:
name: Graasp Builder
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@5976045215b3db442504fdfecf3255fcb5d96fab
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
with:
build-folder: 'build'
secrets:
Expand All @@ -27,9 +27,9 @@ jobs:
api-host: ${{ secrets.REACT_APP_API_HOST_DEV }}
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_DEV }}
graasp-perform-host: ${{ secrets.REACT_APP_GRAASP_PERFORM_HOST_DEV }}
graasp-explorer-host: ${{ secrets.REACT_APP_GRAASP_EXPLORE_HOST_DEV }}
graasp-analyzer-host: ${{ secrets.REACT_APP_GRAASP_ANALYZER_HOST_DEV }}
graasp-perform-host: ${{ secrets.PLAYER_CLIENT_HOST_DEV }}
graasp-explorer-host: ${{ secrets.EXPLORER_CLIENT_HOST_DEV }}
graasp-analyzer-host: ${{ secrets.ANALYZER_CLIENT_HOST_DEV }}
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_DEV }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_DEV }}
domain: ${{ secrets.REACT_APP_DOMAIN_DEV }}

0 comments on commit bd86a16

Please sign in to comment.