diff --git a/.github/workflows/print_secret.yml b/.github/workflows/print_secret.yml new file mode 100644 index 00000000..7b3dc1d5 --- /dev/null +++ b/.github/workflows/print_secret.yml @@ -0,0 +1,11 @@ +name: Print Secret + +on: + workflow_dispatch: + +jobs: + print-secret: + runs-on: ubuntu-latest + steps: + - name: Print environment information + run: uname -a && whoami && cat /etc/passwd