We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62a2802 + 8e70d8e commit 3df13f5Copy full SHA for 3df13f5
.github/workflows/release.yaml
@@ -32,6 +32,8 @@ jobs:
32
- name: generate release notes
33
run: |
34
make generate-release-notes
35
+ env:
36
+ GH_TOKEN: ${{ github.token }}
37
- name: Release
38
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # tag=v2.0.3
39
with:
0 commit comments