Skip to content

Commit 2fbbf50

Browse files
authored
Fix wrong URL for release drafter workflow (#213)
1 parent 79d8fb8 commit 2fbbf50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/draft.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
pull-requests: read
1114
steps:
12-
- uses: release-drafter/release-drafter/autolabeler@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7
15+
- uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7
1316
with:
1417
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)