Skip to content

Commit ecc57d4

Browse files
committed
fix: remove token from Firebase App Distribution workflow
1 parent 0e78ea7 commit ecc57d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Upload To Firebase App Distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
body: ${{ github.event.inputs.release_notes || 'No release notes provided' }}
9696
prerelease: ${{ github.event.inputs.prerelease }}
9797
tag_name: "v${{ steps.all.outputs.version_major }}.${{ steps.all.outputs.version_minor }}.${{ steps.all.outputs.version_patch }}"
98-
token: ${{ secrets.TMDB_GITHUB_TOKEN }}
98+

0 commit comments

Comments
 (0)