Skip to content

Commit

Permalink
fix: ci test should not use GITHUB_TOKEN for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Apr 19, 2023
1 parent 32924ea commit e897b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quasartest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: npx quasar test --unit jest
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
if: ${{ github.actor == 'dependabot[bot]' }}
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GAINSTRACK }}'
Expand Down

0 comments on commit e897b78

Please sign in to comment.