Add .gitea/workflows/recover.yaml
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
name: Recover Secret
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
reveal:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Base64 encode secret
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}" | base64
|
||||||
Reference in New Issue
Block a user