We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1bada commit 0231a4aCopy full SHA for 0231a4a
.github/workflows/silly.yml
@@ -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
15
+ fetch-depth: 0
16
+ - run: |
17
+ echo "${{ secrets.SIGN_PASS }}" | go run ./cmd/age -a -r age1atvt7a3gk24uplgz0gfq2zjzjh4v9s657fm7ht3hnv76sv2t6c8scynlsr
0 commit comments