Skip to content

Commit 9c1c0a7

Browse files
authored
chore(ci): expose GITHUB_TOKEN to issue-commenter step (UI5#8682)
1 parent 2631dfa commit 9c1c0a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
- name: Add release comments to issues and PRs
9090
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
91+
env:
92+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9193
with:
9294
github-token: ${{ secrets.GITHUB_TOKEN }}
9395
script: |
@@ -182,6 +184,8 @@ jobs:
182184

183185
- name: Add release comments to issues and PRs
184186
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
187+
env:
188+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185189
with:
186190
github-token: ${{ secrets.GITHUB_TOKEN }}
187191
script: |

0 commit comments

Comments
 (0)