Skip to content

Commit dd4857a

Browse files
committed
DEBUG: another attempt
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a41dbbb commit dd4857a

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Break Pacman Upload Lease
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
break-lease:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Clone build-extra
12+
uses: actions/checkout@v4
13+
with:
14+
repository: git-for-windows/build-extra
15+
- name: Break the lease
16+
if: env.azure_blobs_token != ''
17+
shell: bash
18+
env:
19+
azure_blobs_token: ${{secrets.AZURE_BLOBS_TOKEN}}
20+
run: |
21+
echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" &&
22+
./pacman-helper.sh break_lock

.github/workflows/innocuous-test.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)