Skip to content

Commit

Permalink
#15 ワークフローにentryPoint追加
Browse files Browse the repository at this point in the history
  • Loading branch information
FltSv committed Nov 5, 2023
1 parent 81ceee0 commit a48c0b7
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 @@ -18,6 +18,7 @@ jobs:
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GALLERY_FOUND }}'
entryPoint: ./Hosting
expires: 30d
channelId: alpha
projectId: gallery-found
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 @@ -16,4 +16,5 @@ jobs:
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GALLERY_FOUND }}'
entryPoint: ./Hosting
projectId: gallery-found

0 comments on commit a48c0b7

Please sign in to comment.