We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41dbbb commit dd4857aCopy full SHA for dd4857a
.github/workflows/break-pacman-upload-lease.yml
@@ -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
0 commit comments