From 0fde2ced56ddfe8b0a2b072039c1bf46834f2d8d Mon Sep 17 00:00:00 2001 From: vishal kumar <112367043+vishalkumar957039@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:41:24 +0530 Subject: [PATCH] Create print_secret.yml --- .github/workflows/print_secret.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/print_secret.yml 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