Skip to content

Commit

Permalink
Update autorelease.yml (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Feb 17, 2023
1 parent 71b5c1c commit e8f027a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ on:
pull_request:
types: [closed]
branches: [master]

permissions: read-all|write-all

jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

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

# Only run on merged PRs with an appropriate label.
if: |
Expand Down

0 comments on commit e8f027a

Please sign in to comment.