Skip to content

Commit

Permalink
fix release-drafter permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Jun 8, 2024
1 parent 90ae0d5 commit a284d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
pull-requests: read
steps:
- name: Check out the repository
uses: actions/[email protected]
Expand Down

0 comments on commit a284d8f

Please sign in to comment.