Skip to content

Commit

Permalink
use env var for kbase_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Dec 16, 2024
1 parent 648be71 commit 123a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
env:
KBASE_CI_TOKEN: ${{ secrets.KBASE_CI_TOKEN }}
ADMIN_USER: kbase_bot
ADMIN_USER: ${{ secrets.KBASE_BOT_USER_CI }}

run: |
Expand Down

0 comments on commit 123a5a2

Please sign in to comment.