Skip to content

Commit 6271f13

Browse files
authored
Merge pull request #39 from MystenLabs/fix-ci-suiup
fix(ci): add env: secrets.GITHUB_TOKEN to install suiup step
2 parents 67fbf95 + bd75c46 commit 6271f13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Install Sui CLI
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426
run: |
2527
curl -sSfL https://raw.githubusercontent.com/MystenLabs/suiup/main/install.sh | sh
2628
echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)