Skip to content

Commit afd7a14

Browse files
authored
ci(fix): Use GITHUB_TOKEN for community bot (#302)
* ci(fix): Use GITHUB_TOKEN for community bot Signed-off-by: oliver könig <[email protected]> * f Signed-off-by: oliver könig <[email protected]> --------- Signed-off-by: oliver könig <[email protected]>
1 parent 6d6c0b2 commit afd7a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
community-bot:
11-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.44.0
11+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.49.1
1212
secrets:
1313
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)