Skip to content

Commit 2ab9235

Browse files
committed
chore: tmate
1 parent c61ef16 commit 2ab9235

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/prebuild-lsm.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
with:
2121
go-version: ">=1.22.3"
2222

23-
# - name: Setup tmate session
24-
# uses: mxschmitt/action-tmate@v3
25-
# env:
26-
# PRESIGN_ACCESS_KEY: ${{ secrets.PRESIGN_ACCESS_KEY }}
23+
- name: Setup tmate session
24+
uses: mxschmitt/action-tmate@v3
25+
env:
26+
IMAGE_REGISTRY_USER: ${{ secrets.IMAGE_REGISTRY_USER }}
27+
IMAGE_REGISTRY_PASSWORD: ${{ secrets.IMAGE_REGISTRY_PASSWORD }}
2728
# PRESIGN_BUCKET_NAME: ${{ secrets.PRESIGN_BUCKET_NAME }}
2829
# PRESIGN_S3_ENDPOINT: ${{ secrets.PRESIGN_S3_ENDPOINT }}
2930
# PRESIGN_SECRET_KEY: ${{ secrets.PRESIGN_SECRET_KEY }}

0 commit comments

Comments
 (0)