We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2631dfa commit 9c1c0a7Copy full SHA for 9c1c0a7
1 file changed
.github/workflows/release.yml
@@ -88,6 +88,8 @@ jobs:
88
89
- name: Add release comments to issues and PRs
90
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
91
+ env:
92
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
with:
94
github-token: ${{ secrets.GITHUB_TOKEN }}
95
script: |
@@ -182,6 +184,8 @@ jobs:
182
184
183
185
186
187
188
189
190
191
0 commit comments