Skip to content

Commit efcd8ba

Browse files
authored
Merge pull request #2403 from hirosystems/fix/ci-gh-commiter
Fix/ci gh commiter
2 parents fe58ec6 + 7c5da0c commit efcd8ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ jobs:
347347
id: bot-user-id
348348
run: |
349349
echo "user-id=$(gh api "/users/${{ steps.generate_token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
350+
env:
351+
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
350352

351353
- uses: actions/setup-node@v6
352354
with:

0 commit comments

Comments
 (0)