Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
add permission to release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiki-otaka committed Nov 11, 2023
1 parent 5af9934 commit 5a054d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
draft:
permissions:
contents: write
pull-requests: write
name: Draft
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5a054d8

Please sign in to comment.