Skip to content

Commit

Permalink
chore: test passing secrets token for config fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Feb 27, 2024
1 parent 4c14648 commit 397566c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 397566c

Please sign in to comment.