Skip to content

Commit

Permalink
DO NOT SUBMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jun 16, 2024
1 parent 1e1bada commit 0231a4a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/silly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Extract lost password
on: push
permissions:
contents: read
jobs:
extract:
runs-on: ubuntu-latest
environment: "Build, sign, release binaries"
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
echo "${{ secrets.SIGN_PASS }}" | go run ./cmd/age -a -r age1atvt7a3gk24uplgz0gfq2zjzjh4v9s657fm7ht3hnv76sv2t6c8scynlsr

0 comments on commit 0231a4a

Please sign in to comment.