Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Project sync [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Sep 17, 2023
1 parent eb66c54 commit ad9711d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
path: dist
key: >
dist
website
${{ github.run_id }}
${{ github.run_attempt }}
fail-on-cache-miss: true
Expand All @@ -47,8 +47,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
firebaseServiceAccount: "${{ env.SERVICE_ACCOUNT_KEY }}"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: ${{ env.SERVICE_ACCOUNT_KEY }}
repoToken: ${{ secrets.GITHUB_TOKEN }}
channelId: live
# env:
# FIREBASE_CLI_EXPERIMENTS: webframeworks
Expand All @@ -72,7 +72,7 @@ jobs:
with:
path: dist
key: >
dist
website
${{ github.run_id }}
${{ github.run_attempt }}
fail-on-cache-miss: true
Expand All @@ -91,6 +91,6 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
firebaseServiceAccount: "${{ env.SERVICE_ACCOUNT_KEY }}"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: ${{ env.SERVICE_ACCOUNT_KEY }}
repoToken: ${{ secrets.GITHUB_TOKEN }}
expires: 2d
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with:
path: dist
key: >
dist
website
${{ github.run_id }}
${{ github.run_attempt }}
Expand Down

0 comments on commit ad9711d

Please sign in to comment.