Skip to content

Commit 6bd288a

Browse files
committed
fix
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent ec16c7b commit 6bd288a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-go-tip/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ runs:
5050
# echo "$HOME/go/bin" >> "$GITHUB_PATH"
5151
# echo "$HOME/sdk/gotip/bin" >> "$GITHUB_PATH"
5252
echo "success=${success}" >> $GITHUB_OUTPUT
53+
env:
54+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5355

5456
# If download failed, we will try to build tip from source.
5557
# This requires Go toolchain, so install it first.

0 commit comments

Comments
 (0)