Skip to content

Commit

Permalink
fix: fix permissions attribute in workflow (puppeteer#8367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 19, 2022
1 parent 8735b78 commit b2e82ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
release:
runs-on: ubuntu-latest
permission:
permissions:
contents: read|write
pull-requests: write
steps:
Expand Down

0 comments on commit b2e82ee

Please sign in to comment.