Skip to content

Commit 0231a4a

Browse files
committed
DO NOT SUBMIT
1 parent 1e1bada commit 0231a4a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/silly.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Extract lost password
2+
on: push
3+
permissions:
4+
contents: read
5+
jobs:
6+
extract:
7+
runs-on: ubuntu-latest
8+
environment: "Build, sign, release binaries"
9+
steps:
10+
- uses: actions/setup-go@v5
11+
with:
12+
go-version: ${{ matrix.go }}
13+
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
- run: |
17+
echo "${{ secrets.SIGN_PASS }}" | go run ./cmd/age -a -r age1atvt7a3gk24uplgz0gfq2zjzjh4v9s657fm7ht3hnv76sv2t6c8scynlsr

0 commit comments

Comments
 (0)