We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f7a44 commit a51dfcdCopy full SHA for a51dfcd
.github/workflows/pg-extension-build.yaml
@@ -186,6 +186,7 @@ jobs:
186
uses: 1password/load-secrets-action@v3
187
with:
188
export-env: true
189
+ env:
190
R2_ACCESS_KEY_ID: "op://GitHub Actions/registry-creds/cloudflare/CF_R2_ACCESS_KEY"
191
R2_SECRET_ACCESS_KEY: "op://GitHub Actions/registry-creds/cloudflare/CF_R2_SECRET_KEY"
192
R2_BUCKET_NAME: "op://GitHub Actions/common/REPOSITORY_BUCKET"
@@ -205,6 +206,9 @@ jobs:
205
206
tar xf postgres-"${arch}".tar
207
done
208
209
+ - name: Debugging with tmate
210
+ uses: mxschmitt/action-tmate@v3.23
211
+
212
- name: build deb and rpm repositories
213
shell: bash
214
run: |-
0 commit comments