Skip to content

Commit

Permalink
ci: add gh_token
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Nov 28, 2024
1 parent 76ccf2b commit 99b559b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- id: extract_info
env:
GH_TOKEN: ${{ github.token }}
run: |
./hack/comment.sh "${{ github.event.comment.body }}" "${GITHUB_ENV}"
- run: |
Expand Down

0 comments on commit 99b559b

Please sign in to comment.