Skip to content

Commit 60c21cd

Browse files
committed
feat: add GH_TOKEN and GITHUB_TOKEN environment variables in action.yml
1 parent 8b2b2d4 commit 60c21cd

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
@@ -69,3 +69,5 @@ runs:
6969
DRY_RUN: ${{ inputs.dry-run }}
7070
JOB_SUMMARY: ${{ inputs.job-summary }}
7171
PR_COMMENTS: ${{ inputs.pr-comments }}
72+
GH_TOKEN: ${{ github.token }}
73+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)