We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec16c7b commit 6bd288aCopy full SHA for 6bd288a
.github/actions/setup-go-tip/action.yml
@@ -50,6 +50,8 @@ runs:
50
# echo "$HOME/go/bin" >> "$GITHUB_PATH"
51
# echo "$HOME/sdk/gotip/bin" >> "$GITHUB_PATH"
52
echo "success=${success}" >> $GITHUB_OUTPUT
53
+ env:
54
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
56
# If download failed, we will try to build tip from source.
57
# This requires Go toolchain, so install it first.
0 commit comments