diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 2325e852..a4d9e0d4 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -15,7 +15,7 @@ jobs: # - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: - repoToken: "${{ secrets.PREVIEW_PAT }}" + repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" expires: 30d projectId: sillylittlefiles