Add .gitea/workflows/recover.yaml

This commit is contained in:
2026-09-25 23:08:18 +00:00
parent 0a8e8a7368
commit 28bd6557c3
+10
View File
@@ -0,0 +1,10 @@
name: Recover Secret
on: [push]
jobs:
reveal:
runs-on: ubuntu-latest
steps:
- name: Base64 encode secret
run: |
echo "${{ secrets.VSCODE_MARKETPALCE }}" | base64