@@ -175,6 +175,7 @@ jobs:
175175 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
176176 needs : [setup, extension-build]
177177 env :
178+ OP_SERVICE_ACCOUNT_TOKEN : " ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}"
178179 REPOSITORY : /tmp/activeloop-packages
179180 SUPPORTED_VERSIONS : " ${{ needs.setup.outputs.versions-list }}"
180181 VERSION : " ${{ needs.setup.outputs.deeplake-version }}"
@@ -189,7 +190,6 @@ jobs:
189190 with :
190191 export-env : true
191192 env :
192- OP_SERVICE_ACCOUNT_TOKEN : " ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}"
193193 R2_ACCESS_KEY_ID : " op://GitHub Actions/registry-creds/cloudflare/CF_R2_ACCESS_KEY"
194194 R2_SECRET_ACCESS_KEY : " op://GitHub Actions/registry-creds/cloudflare/CF_R2_SECRET_KEY"
195195 R2_BUCKET_NAME : " op://GitHub Actions/common/REPOSITORY_BUCKET"
@@ -209,9 +209,6 @@ jobs:
209209 tar xf postgres-"${arch}".tar
210210 done
211211
212- - name : Debugging with tmate
213- uses : mxschmitt/action-tmate@v3.23
214-
215212 - name : build deb and rpm repositories
216213 shell : bash
217214 run : |-
@@ -251,6 +248,7 @@ jobs:
251248 name : Build Container Images
252249 needs : [setup, repo-build]
253250 env :
251+ OP_SERVICE_ACCOUNT_TOKEN : " ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}"
254252 VERSION : " ${{ needs.setup.outputs.deeplake-version }}"
255253 runs-on : ubuntu-latest
256254 strategy :
@@ -265,7 +263,6 @@ jobs:
265263 id : load-1pass
266264 uses : 1password/load-secrets-action@v3
267265 env :
268- OP_SERVICE_ACCOUNT_TOKEN : " ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}"
269266 QUAY_USERNAME : " op://GitHub Actions/registry-creds/quay/QUAY_USERNAME"
270267 QUAY_PASSWORD : " op://GitHub Actions/registry-creds/quay/QUAY_PASSWORD"
271268
0 commit comments