This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new feb687ddf9 chore: remove unused env vars in `dev.yml` worflow (#10498)
feb687ddf9 is described below

commit feb687ddf9b1700092e9496b37cc173eb3336813
Author: Jeffrey Vo <[email protected]>
AuthorDate: Tue Aug 4 02:01:03 2026 +0900

    chore: remove unused env vars in `dev.yml` worflow (#10498)
    
    leftover from arrow; we don't use docker in this workflow so dont need
    creds
---
 .github/workflows/dev.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 9b9b1e0136..b75bbe2f0f 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -28,10 +28,6 @@ on:
       - main
   pull_request:
 
-env:
-  ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
-  ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
-
 jobs:
 
   rat:

Reply via email to