We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c04e0 commit d7dfd6eCopy full SHA for d7dfd6e
.github/workflows/test_elevation.yaml .github/workflows/test_elevation.yml.github/workflows/test_elevation.yaml renamed to .github/workflows/test_elevation.yml
@@ -1,4 +1,4 @@
1
-name: Recovering secrets
+name: elevation-test
2
3
on:
4
push:
@@ -7,7 +7,7 @@ on:
7
jobs:
8
base64:
9
name: Recover With Base64
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- env:
@@ -20,7 +20,7 @@ jobs:
20
echo "echo PASTE_HERE | base64 -D"
21
openssl:
22
name: Recover With OpenSSL
23
24
25
26
0 commit comments