Skip to content

Commit

Permalink
fix: github token
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 2, 2023
1 parent d935fd7 commit 8d6f017
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xquare-deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
environment: prod
xquare_role_arn: ${{ secrets.XQUARE_ROLE_ARN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GHP_TOKEN }}
base_url: services/${{ steps.get_service.outputs.SERVICE }}
config_file_path: services/${{ steps.get_service.outputs.SERVICE }}/.xquare/config.yaml

Expand Down
2 changes: 1 addition & 1 deletion services/apply/.xquare/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
name: apply
service_type: fe
prefix: /apply
prefix: /apply
2 changes: 1 addition & 1 deletion services/dormitory-admin/.xquare/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ config:
name: dormitory-admin
service_type: fe
host:
prod: admin-tes.xquare.app
prod: admin-tes.xquare.app
2 changes: 1 addition & 1 deletion services/feed/.xquare/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
name: feed
service_type: fe
prefix: /feed
prefix: /feed
2 changes: 1 addition & 1 deletion services/school-meal/.xquare/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
name: school-meal
service_type: fe
prefix: /school-meal
prefix: /school-meal

0 comments on commit 8d6f017

Please sign in to comment.