Skip to content

Commit

Permalink
Attempt to fix permission issue for consolidated firebase hosting file
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Nov 26, 2024
1 parent 9471bab commit 33a6c6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
branches:
- master
pull_request:
branches:
- master

permissions:
checks: write
contents: read
pull-requests: write

jobs:
build_and_deploy:
Expand Down

0 comments on commit 33a6c6a

Please sign in to comment.