We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repoToken
1 parent 2f8d1b2 commit ac97cebCopy full SHA for ac97ceb
.github/workflows/deploy-production.yml
@@ -13,7 +13,6 @@ jobs:
13
# - run: npm run build
14
- uses: ./
15
with:
16
- repoToken: "${{ secrets.GITHUB_TOKEN }}"
17
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
18
channelId: live
19
projectId: action-hosting-deploy-demo
README.md
@@ -78,7 +78,6 @@ jobs:
78
# - run: npm ci && npm run build
79
- uses: FirebaseExtended/action-hosting-deploy@v0
80
81
82
83
projectId: your-Firebase-project-ID
84
0 commit comments