Skip to content

Commit ac97ceb

Browse files
authored
Remove repoToken in live channel deploy (#336)
1 parent 2f8d1b2 commit ac97ceb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy-production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
# - run: npm run build
1414
- uses: ./
1515
with:
16-
repoToken: "${{ secrets.GITHUB_TOKEN }}"
1716
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
1817
channelId: live
1918
projectId: action-hosting-deploy-demo

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
# - run: npm ci && npm run build
7979
- uses: FirebaseExtended/action-hosting-deploy@v0
8080
with:
81-
repoToken: "${{ secrets.GITHUB_TOKEN }}"
8281
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
8382
projectId: your-Firebase-project-ID
8483
channelId: live

0 commit comments

Comments
 (0)