Skip to content

Commit

Permalink
ci: quick fix for dependabot with firebase
Browse files Browse the repository at this point in the history
This is not the strategic approach, but still should allow dependabot to make changes
  • Loading branch information
21CSM committed Sep 24, 2024
1 parent d3bed17 commit 142066a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
name: build
path: build
- name: Deploy to Firebase Preview
if: github.actor != 'dependabot[bot]'
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 142066a

Please sign in to comment.