Skip to content

Commit 93037d2

Browse files
committed
Set GITHUB_TOKEN for Diffend URL comment step
Follow-up to 11f78ef
1 parent 581f714 commit 93037d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ runs:
4747
4848
- name: Post Diffend URL
4949
shell: bash
50+
env:
51+
GITHUB_TOKEN: ${{ inputs.github-token }}
5052
run: |
5153
echo "https://my.diffend.io/gems/$COMPARE_GEM/$COMPARE_FROM_VERSION/$COMPARE_TO_VERSION" >> comment0.txt
5254
with_retries gh pr comment $PR_NUMBER --body-file comment0.txt --repo ${{ github.repository }}

0 commit comments

Comments
 (0)