diff --git a/src/action.yml b/src/action.yml index 541f136..4460986 100644 --- a/src/action.yml +++ b/src/action.yml @@ -22,3 +22,5 @@ runs: - name: Exec Research Command run: npx tsx src/index.ts "${{ inputs.body }}" ${{ inputs.issueNumber }} ${{ inputs.sender }} ${{ inputs.repo }} ${{ inputs.org }} shell: bash + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}