We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61ef16 commit 2ab9235Copy full SHA for 2ab9235
1 file changed
.github/workflows/prebuild-lsm.yml
@@ -20,10 +20,11 @@ jobs:
20
with:
21
go-version: ">=1.22.3"
22
23
- # - name: Setup tmate session
24
- # uses: mxschmitt/action-tmate@v3
25
- # env:
26
- # PRESIGN_ACCESS_KEY: ${{ secrets.PRESIGN_ACCESS_KEY }}
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ env:
+ IMAGE_REGISTRY_USER: ${{ secrets.IMAGE_REGISTRY_USER }}
27
+ IMAGE_REGISTRY_PASSWORD: ${{ secrets.IMAGE_REGISTRY_PASSWORD }}
28
# PRESIGN_BUCKET_NAME: ${{ secrets.PRESIGN_BUCKET_NAME }}
29
# PRESIGN_S3_ENDPOINT: ${{ secrets.PRESIGN_S3_ENDPOINT }}
30
# PRESIGN_SECRET_KEY: ${{ secrets.PRESIGN_SECRET_KEY }}
0 commit comments