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