Skip to content

Commit a51dfcd

Browse files
debug
1 parent 23f7a44 commit a51dfcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pg-extension-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
uses: 1password/load-secrets-action@v3
187187
with:
188188
export-env: true
189+
env:
189190
R2_ACCESS_KEY_ID: "op://GitHub Actions/registry-creds/cloudflare/CF_R2_ACCESS_KEY"
190191
R2_SECRET_ACCESS_KEY: "op://GitHub Actions/registry-creds/cloudflare/CF_R2_SECRET_KEY"
191192
R2_BUCKET_NAME: "op://GitHub Actions/common/REPOSITORY_BUCKET"
@@ -205,6 +206,9 @@ jobs:
205206
tar xf postgres-"${arch}".tar
206207
done
207208
209+
- name: Debugging with tmate
210+
uses: mxschmitt/action-tmate@v3.23
211+
208212
- name: build deb and rpm repositories
209213
shell: bash
210214
run: |-

0 commit comments

Comments
 (0)