Skip to content

Commit b0736cd

Browse files
committed
fix: remove write permissions for contents in Firebase App Distribution workflow
1 parent 1169a85 commit b0736cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,4 @@ jobs:
9797
body: ${{ github.event.inputs.release_notes || 'No release notes provided' }}
9898
prerelease: ${{ github.event.inputs.prerelease }}
9999
tag_name: "v${{ steps.all.outputs.version_major }}.${{ steps.all.outputs.version_minor }}.${{ steps.all.outputs.version_patch }}"
100-
permissions:
101-
contents: write
102100

0 commit comments

Comments
 (0)