Skip to content

Commit

Permalink
Fix missing permission to close the milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
1 parent f283c61 commit c82ee8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ run-name: "Publish release from ${{ github.ref_name }} branch"
permissions:
# Needed to push the tag.
contents: write
# Needed to close the milestone.
issues: write

on:
workflow_dispatch:
Expand Down

0 comments on commit c82ee8a

Please sign in to comment.