Skip to content

Commit

Permalink
Trying permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored Feb 13, 2024
1 parent 26363cf commit 8466a2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pwabuilder-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
contents: write
deployments: write
packages: write
pull-requests: read

name: Generate Release including changelog
steps:
Expand Down

0 comments on commit 8466a2d

Please sign in to comment.