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

Commit

Permalink
Bump firebase-tools from 13.7.3 to 13.7.5 (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Damian Swan AAHS <damian.swan36@altoonastudent.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damian Swan AAHS <damian.swan36@altoonastudent.com>
  • Loading branch information
dependabot[bot] and Damian Swan AAHS authored Apr 30, 2024
1 parent 7d1fb7e commit d336058
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@ name: Deploy to Preview Channel

on:
pull_request:
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
branches: [ !dependabot/** ] # Exclude Dependabot branches

jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Add any build steps here. For example:
# - run: npm ci && npm run build
# Add your build steps here (e.g., npm ci && npm run build)
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
expires: 1d
projectId: sillylittlefiles
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"firebase-tools": "^13.7.4"
"firebase-tools": "^13.7.5"
}
}

0 comments on commit d336058

Please sign in to comment.