We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ebdad commit a9b20d4Copy full SHA for a9b20d4
.github/workflows/release-drafter.yml
@@ -1,3 +1,4 @@
1
+---
2
name: Release Drafter
3
4
on:
@@ -15,4 +16,4 @@ jobs:
15
16
with:
17
publish: true
18
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}
0 commit comments