We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67fbf95 + bd75c46 commit 6271f13Copy full SHA for 6271f13
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
- uses: actions/checkout@v4
22
23
- name: Install Sui CLI
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
curl -sSfL https://raw.githubusercontent.com/MystenLabs/suiup/main/install.sh | sh
28
echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments