Skip to content

Commit

Permalink
[deploy] update github-action settings (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMtHk authored Sep 20, 2023
2 parents 0cfc939 + 614e93b commit b0819cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
REACT_APP_PUBG_API_KEY: '${{ secrets.PUBG_API_KEY }}'
REACT_APP_RIOT_CLIENT_ID: '${{ secrets.RIOT_CLIENT_ID }}'
REACT_APP_RIOT_REDIRECT_URI_REGISTER: '${{ secrets.RIOT_REDIRECT_URI_REGISTER }}'
REACT_APP_RIOT_REDIRECT_URI_MYPAGE: '${{ secrets.RIOT_REDIRECT_URI_MYPAGE }}'


jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
REACT_APP_PUBG_API_KEY: '${{ secrets.PUBG_API_KEY }}'
REACT_APP_RIOT_CLIENT_ID: '${{ secrets.RIOT_CLIENT_ID }}'
REACT_APP_RIOT_REDIRECT_URI_REGISTER: '${{ secrets.RIOT_REDIRECT_URI_REGISTER }}'
REACT_APP_RIOT_REDIRECT_URI_MYPAGE: '${{ secrets.RIOT_REDIRECT_URI_MYPAGE }}'

jobs:
build_and_preview:
Expand Down

0 comments on commit b0819cc

Please sign in to comment.