Copilot commented on code in PR #40:
URL: https://github.com/apache/sedona-db/pull/40#discussion_r2334473852


##########
.github/workflows/python-wheels.yml:
##########
@@ -190,4 +202,4 @@ jobs:
             --as="sedona-nightlies" \
             dist/*
         env:
-          NANOARROW_GEMFURY_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
+          GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}

Review Comment:
   The environment variable name `GEMFURY_PUSH_TOKEN` doesn't match the 
variable being used in the shell command above (`GEMFURY_PUSH_TOKEN` vs the 
expected token variable that the fury command expects). Verify that this 
environment variable name matches what the fury CLI expects.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to